From 50fbc89375ac881a27b99f84bcec97a7174fddcd Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Mar 2019 01:22:27 +0000 Subject: system/gzip: bump to 1.10, modernise --- system/gzip/APKBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'system/gzip/APKBUILD') diff --git a/system/gzip/APKBUILD b/system/gzip/APKBUILD index 8e45ed894..698fc2c74 100644 --- a/system/gzip/APKBUILD +++ b/system/gzip/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Natanael Copa # Maintainer: Dan Theisen pkgname=gzip -pkgver=1.9 -pkgrel=1 +pkgver=1.10 +pkgrel=0 pkgdesc="A popular data compression program" subpackages="$pkgname-doc" url="https://www.gnu.org/software/gzip/" @@ -15,8 +15,6 @@ checkdepends="perl coreutils diffutils less" source="https://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz" build() { - cd "$builddir" - # avoid text relocation export DEFS="NO_ASM" ./configure \ @@ -29,12 +27,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR=$pkgdir install rm -rf "$pkgdir"/usr/lib/charset.alias @@ -49,4 +45,4 @@ package() { ln -sf /bin/gunzip "$pkgdir"/usr/bin/uncompress } -sha512sums="686cb920701e2e19178143a0714edf46da5456bcdc5f5f99c2c186eb195078bc1039e4552f6e0eb4b870cc9beb1042ca3b8922d0b81e378c27bbbc55ba8f4a2f gzip-1.9.tar.gz" +sha512sums="7939043e74554ced0c1c05d354ab4eb36cd6dce89ad79d02ccdc5ed6b7ee390759689b2d47c07227b9b44a62851afe7c76c4cae9f92527d999f3f1b4df1cccff gzip-1.10.tar.gz" -- cgit v1.2.3-60-g2f50