diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:54:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:54:22 (GMT) |
commit | ff0f7cee2dc2b420e257313fef663a3f78bbc800 (patch) | |
tree | 7af473b8667e5c685144e8123934878b79896412 /abs/core/perl_modules/perl-email-date-format | |
parent | 16a043fed17ea05b6d6ca012ff09b71008562790 (diff) | |
download | linhes_pkgbuild-ff0f7cee2dc2b420e257313fef663a3f78bbc800.zip linhes_pkgbuild-ff0f7cee2dc2b420e257313fef663a3f78bbc800.tar.gz linhes_pkgbuild-ff0f7cee2dc2b420e257313fef663a3f78bbc800.tar.bz2 |
perl_modules: updated to many to list
Diffstat (limited to 'abs/core/perl_modules/perl-email-date-format')
-rw-r--r-- | abs/core/perl_modules/perl-email-date-format/PKGBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/abs/core/perl_modules/perl-email-date-format/PKGBUILD b/abs/core/perl_modules/perl-email-date-format/PKGBUILD new file mode 100644 index 0000000..6625738 --- /dev/null +++ b/abs/core/perl_modules/perl-email-date-format/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 150522 2012-02-18 12:04:18Z allan $ +# Maintainer: +# Contributor: Sergej Pupykin <pupykin.s+aur@gmail.com> + +pkgname=perl-email-date-format +pkgver=1.002 +pkgrel=3 +pkgdesc="produce RFC 2822 date strings" +arch=('any') +url="http://search.cpan.org/dist/Email-Date-Format" +license=('GPL' 'PerlArtistic') +depends=('perl') +options=('!emptydirs') +source=("http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz") +md5sums=('7ae25275da6ab272aa8b40141eac9f82') + +build() { + cd "${srcdir}"/Email-Date-Format-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + cd "${srcdir}"/Email-Date-Format-$pkgver + make DESTDIR="${pkgdir}" install +} |