From d3b963a666595380559e35d5937595418e5df323 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Jun 2018 21:31:44 -0500 Subject: system/grep: [PD] take, fix up, re-enable tests --- system/grep/APKBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'system/grep/APKBUILD') diff --git a/system/grep/APKBUILD b/system/grep/APKBUILD index fc9ed5baf..442d666a6 100644 --- a/system/grep/APKBUILD +++ b/system/grep/APKBUILD @@ -1,5 +1,6 @@ # Contributor: Michael Mason -# Maintainer: Natanael Copa +# Contributor: Natanael Copa +# Maintainer: A. Wilcox pkgname=grep pkgver=3.1 pkgrel=2 @@ -9,12 +10,10 @@ arch="all" license="GPL-3.0+" makedepends="pcre-dev autoconf automake" checkdepends="coreutils bash diffutils" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-lang" source="http://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz + gnulib-tests-dont-require-gpg-passphrase.patch fix-tests.patch" -builddir="$srcdir/$pkgname-$pkgver" -# for whatever reason, all the builders locked up in the testsuite. investigate later. -options="!check" prepare() { default_prepare @@ -31,8 +30,7 @@ build() { --bindir=/bin \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --disable-nls + --infodir=/usr/share/info make } @@ -49,4 +47,5 @@ package() { } sha512sums="05494381c7dd8aad7e2ee4c17450de8d7b969a99dcfe17747db60df3475bf02d5323d091e896e8343e4f3251c29dc7f0b7a9f93c575c9d58ee2a57014c2c9d26 grep-3.1.tar.xz +fd97fccd661befc558b3afb3e32c82dd2cef511a05e6129d49540599297c1b59ab1f109e63a12f585a2348c26c28fb98330c348829d1fe61cf8149d0dd1c989c gnulib-tests-dont-require-gpg-passphrase.patch 9ba6b01c0c74933299afb469dadd2ea0c7e24befa34c691671a576063e32a1f0c735541e5e2bb0073d8afd814790909f7f895827aa8a2fbacdfcae380a7bcb11 fix-tests.patch" -- cgit v1.2.3-60-g2f50