diff options
-rw-r--r-- | main/ack/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/ack/APKBUILD b/main/ack/APKBUILD index 7441328d37..5413f1d160 100644 --- a/main/ack/APKBUILD +++ b/main/ack/APKBUILD @@ -2,17 +2,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ack pkgver=2.10 -pkgrel=0 +pkgrel=1 pkgdesc="A Perl-powered replacement for grep" url="http://betterthangrep.com/" arch="noarch" -license="GPL" +license="Artistic 2.0" depends="perl-file-next" makedepends="perl-dev" source="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$pkgname-$pkgver.tar.gz" _builddir="$srcdir/$pkgname-$pkgver" - build() { cd "$_builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 |