From 189db0744c81f6d63a4b2832c5a5a16bae446ace Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 00:53:00 +0000 Subject: system/j*: modernise, fix metadata --- system/json-c/APKBUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'system/json-c') diff --git a/system/json-c/APKBUILD b/system/json-c/APKBUILD index e5c44cfe8..32ee431dd 100644 --- a/system/json-c/APKBUILD +++ b/system/json-c/APKBUILD @@ -7,22 +7,18 @@ url="https://github.com/json-c/json-c/wiki" arch="all" license="MIT" depends="" -depends_dev="" -makedepends="$depends_dev autoconf automake libtool" -install="" +makedepends="autoconf automake libtool" subpackages="$pkgname-static $pkgname-dev" source="https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz fix-libdir.patch " prepare() { - cd "$builddir" default_prepare autoreconf -f -v -i } build() { - cd "$builddir" export CFLAGS="${CFLAGS} -Wno-error=unused-but-set-variable" ./configure --prefix=/usr \ --build=$CBUILD \ @@ -39,12 +35,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install } -- cgit v1.2.3-60-g2f50