summaryrefslogtreecommitdiffstats
path: root/perl-ack
diff options
context:
space:
mode:
Diffstat (limited to 'perl-ack')
-rw-r--r--perl-ack/ChangeLog24
-rw-r--r--perl-ack/PKGBUILD29
2 files changed, 0 insertions, 53 deletions
diff --git a/perl-ack/ChangeLog b/perl-ack/ChangeLog
deleted file mode 100644
index 62c4e9f..0000000
--- a/perl-ack/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-2009-12-20 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.92-1 :
- Updated to the latest version.
-
-
-2009-09-11 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.90-1 :
- Updated to the latest version.
- Make as 'any' package.
- Use build() and package() in PKGBUILD.
-
-
-2009-05-21 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.88-2 :
- Replaced in my '# Contributor:' line by '# Maintainer:'
-
-
-2009-03-02 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.88-1 :
- Initial release
diff --git a/perl-ack/PKGBUILD b/perl-ack/PKGBUILD
deleted file mode 100644
index 463514a..0000000
--- a/perl-ack/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
-pkgname=perl-ack
-_pkgname=ack
-pkgver=1.92
-pkgrel=1
-pkgdesc='A grep-like tool tailored to working with large trees of source'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_pkgname}"
-depends=('perl>=5.10.0' 'perl-file-next')
-options=(!emptydirs)
-
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${_pkgname}-$pkgver.tar.gz)
-md5sums=('c25b5a16d0a27386a75c91d531b86cea')
-
-build() {
- cd $srcdir/${_pkgname}-$pkgver
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
-
- make || return 1
-}
-
-package() {
- cd $srcdir/${_pkgname}-$pkgver
-
- make install DESTDIR=$pkgdir || return 1
-}