summaryrefslogtreecommitdiff
path: root/community/perl-package-stash-xs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/perl-package-stash-xs
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/perl-package-stash-xs')
-rw-r--r--community/perl-package-stash-xs/PKGBUILD46
1 files changed, 0 insertions, 46 deletions
diff --git a/community/perl-package-stash-xs/PKGBUILD b/community/perl-package-stash-xs/PKGBUILD
deleted file mode 100644
index 8ff0c7d31..000000000
--- a/community/perl-package-stash-xs/PKGBUILD
+++ /dev/null
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD 94211 2013-07-16 19:26:21Z jsteel $
-# Maintainer: Jonathan Steel <mail@jsteel.org>
-# Contributor: Justin Davis <jrcd83@gmail.com>
-
-pkgname=perl-package-stash-xs
-pkgver=0.28
-pkgrel=1
-pkgdesc="Faster and more correct implementation of the Package::Stash API"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Package-Stash-XS"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-$pkgver.tar.gz)
-md5sums=('9664356ec3be02626cbd3081ec246b70')
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor" \
- PERL_MB_OPT="--installdirs vendor" \
- MODULEBUILDRC=/dev/null
-
- cd Package-Stash-XS-${pkgver}
-
- /usr/bin/perl Makefile.PL
-
- make
- )
-}
-
-check() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- cd Package-Stash-XS-${pkgver}
-
- make test
- )
-}
-
-package() {
- cd Package-Stash-XS-${pkgver}
-
- make DESTDIR="$pkgdir"/ install
-}