diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-01 20:49:01 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-01 20:49:01 (GMT) |
commit | bd569bc5aed964cff7aca693255e515b999c98f4 (patch) | |
tree | f9b2d654740294ac1fb683e6894ce8db09b7b6e4 /abs/extra | |
parent | 27f45d1e24fb070e85617fc6736e4a41a9a2035c (diff) | |
download | linhes_pkgbuild-bd569bc5aed964cff7aca693255e515b999c98f4.zip linhes_pkgbuild-bd569bc5aed964cff7aca693255e515b999c98f4.tar.gz linhes_pkgbuild-bd569bc5aed964cff7aca693255e515b999c98f4.tar.bz2 |
perl-net-smtp-ssl: recompiled for 64 bits
ref #857
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/perl-net-smtp-ssl/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/extra/perl-net-smtp-ssl/PKGBUILD b/abs/extra/perl-net-smtp-ssl/PKGBUILD index e4b24bb..0a10c5b 100644 --- a/abs/extra/perl-net-smtp-ssl/PKGBUILD +++ b/abs/extra/perl-net-smtp-ssl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17474 2010-05-24 13:41:50Z cbrannon $ +# $Id: PKGBUILD 64819 2012-02-18 11:10:48Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> pkgname=perl-net-smtp-ssl pkgver=1.01 -pkgrel=2 +pkgrel=3 pkgdesc="SSL support for Net::SMTP" arch=(any) url="http://search.cpan.org/dist/Net-SMTP-SSL/" @@ -13,11 +13,11 @@ depends=('perl-io-socket-ssl') source=("http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz") options=(!emptydirs) -build() { +package() { cd "${srcdir}/Net-SMTP-SSL-${pkgver}" # Install module into the vendor directories. - perl Makefile.PL INSTALLDIRS=vendor || return 1 - make || return 1 + perl Makefile.PL INSTALLDIRS=vendor + make make DESTDIR="$pkgdir" install || return 1 # Remove .packlist and perllocal.pod files. @@ -25,4 +25,3 @@ build() { find "$pkgdir" -name 'perllocal.pod' -delete } md5sums=('ba039288ebf7a343feecacd374da8c1a') - |