diff options
Diffstat (limited to 'repo/system/libmpack')
-rw-r--r-- | repo/system/libmpack/libmpack.xibuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/system/libmpack/libmpack.xibuild b/repo/system/libmpack/libmpack.xibuild deleted file mode 100644 index 3685876..0000000 --- a/repo/system/libmpack/libmpack.xibuild +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make " -DEPS="musl" - -PKG_VER=1.0.5 -SOURCE=https://github.com/libmpack/libmpack/archive/$PKG_VER.tar.gz -DESC="Simple implementation of msgpack in C" - -build () { - make -} - -package () { - make DESTDIR=$PKG_DEST PREFIX=/usr install -} |