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/zip/APKBUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'system/zip') diff --git a/system/zip/APKBUILD b/system/zip/APKBUILD index ed060ef03..457dbac28 100644 --- a/system/zip/APKBUILD +++ b/system/zip/APKBUILD @@ -15,16 +15,13 @@ source="https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/ 10-zip-3.0-build.patch 20-zip-3.0-exec-stack.patch 30-zip-3.0-pic.patch" - builddir="$srcdir"/${pkgname}30 build() { - cd "$builddir" make -f unix/Makefile LOCAL_ZIP="${CFLAGS} ${CPPFLAGS}" prefix=/usr generic } package() { - cd "$builddir" make -f unix/Makefile prefix=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -- cgit v1.2.3-60-g2f50