summaryrefslogtreecommitdiff
path: root/testing/perl-compress-bzip2/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-06 11:34:03 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-06 11:34:03 -0300
commit32b74695faa265e8390b32b499b34b95f186385b (patch)
tree3f4128f46d75d1eae0c261d022a73e5a24bc0e74 /testing/perl-compress-bzip2/PKGBUILD
parent113cea3115f41b82346029305d739d1513239929 (diff)
Remove evil dirs
Diffstat (limited to 'testing/perl-compress-bzip2/PKGBUILD')
-rw-r--r--testing/perl-compress-bzip2/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/perl-compress-bzip2/PKGBUILD b/testing/perl-compress-bzip2/PKGBUILD
deleted file mode 100644
index ad5f788ac..000000000
--- a/testing/perl-compress-bzip2/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 124543 2011-05-22 21:27:46Z angvp $
-# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
-pkgname=perl-compress-bzip2
-_realname=Compress-Bzip2
-pkgver=2.09
-pkgrel=2
-pkgdesc="Interface to Bzip2 compression library"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(perl bzip2)
-url='http://search.cpan.org/dist/$_realname'
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/$_realname-$pkgver.tar.gz")
-md5sums=('1699fde3e86f2a036f135ae606d456bf')
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "$srcdir/$_realname-$pkgver"
- make DESTDIR="$pkgdir" install
-}