diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-08 15:04:33 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-08 15:04:33 (GMT) |
commit | fa0dc3360f1d0470641fb29a57951783e97b6ab8 (patch) | |
tree | c2821683ac3dd0efe2ece83b72b4da2f74a326b2 /abs/core-testing/perl_modules | |
parent | 665fda07dc9ee908bc0b7448b04162a8591ab9a0 (diff) | |
download | linhes_pkgbuild-fa0dc3360f1d0470641fb29a57951783e97b6ab8.zip linhes_pkgbuild-fa0dc3360f1d0470641fb29a57951783e97b6ab8.tar.gz linhes_pkgbuild-fa0dc3360f1d0470641fb29a57951783e97b6ab8.tar.bz2 |
perl-time-format: add to repo for myth.rebuilddatabase.
Diffstat (limited to 'abs/core-testing/perl_modules')
-rw-r--r-- | abs/core-testing/perl_modules/perl-time-format/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/abs/core-testing/perl_modules/perl-time-format/PKGBUILD b/abs/core-testing/perl_modules/perl-time-format/PKGBUILD new file mode 100644 index 0000000..40a2ae2 --- /dev/null +++ b/abs/core-testing/perl_modules/perl-time-format/PKGBUILD @@ -0,0 +1,21 @@ +# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details +# Maintainer: Charles Mauch <cmauch@gmail.com> + +pkgname=perl-time-format +pkgver=1.09 +pkgrel=1 +pkgdesc="Perl/CPAN Module Time::Format : Easytouse datetime formatting" +arch=("i686" "x86_64") +url="http://search.cpan.org/dist/Time-Format" +license=("GPL" "Artistic") +source=("http://www.cpan.org/authors/id/R/RO/ROODE/Time-Format-$pkgver.tar.gz") + +build() { + cd $startdir/src/Time-Format-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + make || return 1 + make install DESTDIR=$startdir/pkg || return 1 + find $startdir/pkg -name '.packlist' -delete + find $startdir/pkg -name '*.pod' -delete +} +md5sums=('c0edfd94d8f4cb814dee7bdf7e9ed61f') |