summaryrefslogtreecommitdiff
path: root/community/perl-crypt-blowfish/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/perl-crypt-blowfish/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/perl-crypt-blowfish/PKGBUILD')
-rw-r--r--community/perl-crypt-blowfish/PKGBUILD19
1 files changed, 15 insertions, 4 deletions
diff --git a/community/perl-crypt-blowfish/PKGBUILD b/community/perl-crypt-blowfish/PKGBUILD
index 0edfcab11..39d303e26 100644
--- a/community/perl-crypt-blowfish/PKGBUILD
+++ b/community/perl-crypt-blowfish/PKGBUILD
@@ -1,21 +1,32 @@
-# $Id: PKGBUILD 71757 2012-06-02 10:29:42Z bluewind $
+# $Id: PKGBUILD 91659 2013-05-26 09:24:50Z bluewind $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-crypt-blowfish
pkgver=2.12
-pkgrel=5
+pkgrel=6
pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
arch=("i686" "x86_64" 'mips64el')
url="http://search.cpan.org/dist/Crypt-Blowfish"
license=("GPL" "PerlArtistic")
-source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz")
-md5sums=('a0eca17addc8bdaf38c044c365a8800c')
+source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz"
+ "perl-5.18.patch")
+md5sums=('a0eca17addc8bdaf38c044c365a8800c'
+ '700129e690f239f9c1a318fffd3504c7')
+
+prepare() {
+ cd $srcdir/Crypt-Blowfish-$pkgver
+ patch -p1 <$srcdir/perl-5.18.patch
+}
build() {
cd $srcdir/Crypt-Blowfish-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
+}
+
+package() {
+ cd $srcdir/Crypt-Blowfish-$pkgver
make pure_install doc_install DESTDIR=$pkgdir
find $pkgdir -name '.packlist' -delete
find $pkgdir -name '*.pod' -delete