From 3ea118af1cd765fc11767538a4724bfa88ee4d14 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 01:25:05 +0000 Subject: system/the rest: modernise, fix metadata --- system/zlib/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/zlib/APKBUILD') diff --git a/system/zlib/APKBUILD b/system/zlib/APKBUILD index 72d63357d..42233e86f 100644 --- a/system/zlib/APKBUILD +++ b/system/zlib/APKBUILD @@ -7,11 +7,11 @@ arch="all" license="Zlib" url="https://zlib.net" depends="" +makedepends="" subpackages="$pkgname-dev $pkgname-doc" source="https://zlib.net/$pkgname-$pkgver.tar.gz" build() { - cd "$builddir" CHOST="${CHOST}" ./configure \ --prefix=/usr \ --libdir=/lib \ @@ -20,12 +20,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make install \ pkgconfigdir="/usr/lib/pkgconfig" \ DESTDIR="$pkgdir" -- cgit v1.2.3-60-g2f50