summaryrefslogtreecommitdiff
path: root/extra/perl-crypt-ssleay/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/perl-crypt-ssleay/PKGBUILD')
-rw-r--r--extra/perl-crypt-ssleay/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/extra/perl-crypt-ssleay/PKGBUILD b/extra/perl-crypt-ssleay/PKGBUILD
index 6e69beb13..f01b17aac 100644
--- a/extra/perl-crypt-ssleay/PKGBUILD
+++ b/extra/perl-crypt-ssleay/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164786 2012-08-05 10:42:41Z giovanni $
+# $Id: PKGBUILD 164793 2012-08-06 08:07:22Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-crypt-ssleay
-pkgver=0.60
+pkgver=0.64
pkgrel=1
pkgdesc="OpenSSL glue that provides LWP https support"
arch=('i686' 'x86_64')
@@ -12,18 +12,24 @@ license=('GPL' 'PerlArtistic')
depends=('perl-lwp-protocol-https' 'perl-try-tiny')
options=('!emptydirs')
source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
-md5sums=('04986e80e4a9f81479a98b32eb14a1c5')
+md5sums=('4812f14d6e8c71714a26c0ad733666dc')
build() {
cd "${srcdir}/Crypt-SSLeay-${pkgver}"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
+}
+
+check() {
+ cd "${srcdir}/Crypt-SSLeay-${pkgver}"
+
make test
}
package() {
cd "${srcdir}/Crypt-SSLeay-${pkgver}"
+
make install DESTDIR="${pkgdir}"
find ${pkgdir} -name '.packlist' -delete