Date: Saturday, February 18, 2012 @ 07:01:21 Author: allan Revision: 150520
archrelease: copy trunk to extra-any Added: perl-digest-hmac/repos/extra-any/PKGBUILD (from rev 150519, perl-digest-hmac/trunk/PKGBUILD) Deleted: perl-digest-hmac/repos/extra-any/PKGBUILD ----------+ PKGBUILD | 80 ++++++++++++++++++++++++++++--------------------------------- 1 file changed, 37 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2012-02-18 12:00:46 UTC (rev 150519) +++ PKGBUILD 2012-02-18 12:01:21 UTC (rev 150520) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: kevin <ke...@archlinux.org> -# Contributor: Manolis Tzanidakis - -pkgname=perl-digest-hmac -_realname=Digest-HMAC -pkgver=1.03 -pkgrel=1 -pkgdesc="Perl Module: Keyed-Hashing for Message Authentication." -arch=('any') -license=('PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/" -depends=('perl-digest-sha1' 'perl>=5.10.0') -options=(!emptydirs) -replaces=('digest-hmac') -provides=('digest-hmac') -source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) -md5sums=('e6a5d6f552da16eacb5157ea4369ff9d') - -build() { - cd ${srcdir}/${_realname}-${pkgver} - # install module in vendor directories. - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make - #make test -} - -check() { - cd ${srcdir}/${_realname}-${pkgver} - make test -} - -package() { - cd ${srcdir}/${_realname}-${pkgver} - - make install DESTDIR=${pkgdir} - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete -} - -# vim: ts=2 sw=2 et ft=sh Copied: perl-digest-hmac/repos/extra-any/PKGBUILD (from rev 150519, perl-digest-hmac/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2012-02-18 12:01:21 UTC (rev 150520) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: kevin <ke...@archlinux.org> +# Contributor: Manolis Tzanidakis + +pkgname=perl-digest-hmac +_realname=Digest-HMAC +pkgver=1.03 +pkgrel=2 +pkgdesc="Perl Module: Keyed-Hashing for Message Authentication." +arch=('any') +license=('PerlArtistic') +url="http://search.cpan.org/dist/${_realname}/" +depends=('perl-digest-sha1' 'perl>=5.10.0') +options=(!emptydirs) +replaces=('digest-hmac') +provides=('digest-hmac') +source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +md5sums=('e6a5d6f552da16eacb5157ea4369ff9d') + +build() { + cd ${srcdir}/${_realname}-${pkgver} + # install module in vendor directories. + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd ${srcdir}/${_realname}-${pkgver} + make test +} + +package() { + cd ${srcdir}/${_realname}-${pkgver} + make install DESTDIR=${pkgdir} +} + +# vim: ts=2 sw=2 et ft=sh