From a9d10bed4612e910c6a7879b7e96313204a7d452 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Mar 2019 01:16:14 +0000 Subject: system/grep: bump to 3.3, modernise --- system/grep/APKBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'system/grep') diff --git a/system/grep/APKBUILD b/system/grep/APKBUILD index e96085b29..962d7d1e1 100644 --- a/system/grep/APKBUILD +++ b/system/grep/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Natanael Copa # Maintainer: A. Wilcox pkgname=grep -pkgver=3.1 -pkgrel=2 +pkgver=3.3 +pkgrel=0 pkgdesc="Searches input files for lines containing a match to a specified pattern" url="https://www.gnu.org/software/grep/grep.html" arch="all" @@ -15,14 +15,7 @@ source="https://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz gnulib-tests-dont-require-gpg-passphrase.patch fix-tests.patch" -prepare() { - default_prepare - sed -i '/test-localename$(EXEEXT)/d' \ - "$builddir"/gnulib-tests/Makefile.in -} - build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -35,17 +28,16 @@ build() { } check() { - make -C "$builddir" check + make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install rm -rf "$pkgdir"/usr/lib/charset.alias rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true } -sha512sums="05494381c7dd8aad7e2ee4c17450de8d7b969a99dcfe17747db60df3475bf02d5323d091e896e8343e4f3251c29dc7f0b7a9f93c575c9d58ee2a57014c2c9d26 grep-3.1.tar.xz +sha512sums="e4805dbddf7cd0f0faf412557d408509650c1ccf703bc450f10a3f727c690dbfaa1235aa81939a0e4b7ac6190f88c15ea1fcc562b343d4b4c7550f967aeb15db grep-3.3.tar.xz fd97fccd661befc558b3afb3e32c82dd2cef511a05e6129d49540599297c1b59ab1f109e63a12f585a2348c26c28fb98330c348829d1fe61cf8149d0dd1c989c gnulib-tests-dont-require-gpg-passphrase.patch 9ba6b01c0c74933299afb469dadd2ea0c7e24befa34c691671a576063e32a1f0c735541e5e2bb0073d8afd814790909f7f895827aa8a2fbacdfcae380a7bcb11 fix-tests.patch" -- cgit v1.2.3-60-g2f50