diff options
Diffstat (limited to 'repo/system/json-c')
-rw-r--r-- | repo/system/json-c/json-c.xibuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/system/json-c/json-c.xibuild b/repo/system/json-c/json-c.xibuild deleted file mode 100644 index 339e62b..0000000 --- a/repo/system/json-c/json-c.xibuild +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -NAME="json-c" -DESC="A JSON implementation in C" - -MAKEDEPS="cmake " -DEPS="musl " - -PKG_VER=0.15 -SOURCE="https://s3.amazonaws.com/json-c_releases/releases/json-c-$PKG_VER.tar.gz" - -build () { - cmake -B build \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DBUILD_SHARED_LIBS=True \ - -DBUILD_STATIC_LIBS=OFF - cmake --build build -} - -package () { - DESTDIR="$PKG_DEST" cmake --install build -} |