aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-date-simple
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 14:33:17 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 14:39:07 +0000
commit3ac8249c57c932016c27fd42ff2beb94c8120741 (patch)
tree7a2e9345989ca284f3041e47b60a15b778e2927b /community/perl-date-simple
parent51c7b4055c415b4f9cd129aa6744cb498c501c43 (diff)
downloadaports-3ac8249c57c932016c27fd42ff2beb94c8120741.tar.bz2
aports-3ac8249c57c932016c27fd42ff2beb94c8120741.tar.xz
community/perl-date-simple: moved from testing
Diffstat (limited to 'community/perl-date-simple')
-rw-r--r--community/perl-date-simple/APKBUILD42
1 files changed, 42 insertions, 0 deletions
diff --git a/community/perl-date-simple/APKBUILD b/community/perl-date-simple/APKBUILD
new file mode 100644
index 0000000000..ddaabb7a83
--- /dev/null
+++ b/community/perl-date-simple/APKBUILD
@@ -0,0 +1,42 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Francesco Colista <fcolista@alpinelinux.org>
+# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
+pkgname=perl-date-simple
+_pkgreal=Date-Simple
+pkgver=3.03
+pkgrel=1
+pkgdesc="unknown"
+url="http://search.cpan.org/dist/Date-Simple/"
+arch="all"
+license="GPL PerlArtistic"
+cpandepends=""
+cpanmakedepends=" "
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/I/IZ/IZUT/$_pkgreal-$pkgver.tar.gz"
+builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ default_prepare || return 1
+
+ cd "$builddir"
+ export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+build() {
+ cd "$builddir"
+ export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
+ make && make test
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="436049dc2c7dfd8423d8bcc807248b31 Date-Simple-3.03.tar.gz"
+sha256sums="29a1926314ce1681a312d6155c29590c771ddacf91b7485873ce449ef209dd04 Date-Simple-3.03.tar.gz"
+sha512sums="3e64a0ba224427e688a45945860fd5e876e6ca5b01298e744e257981ed84d933ab14c9ab8d5b74316c031ffa9821afd9563270109cba20a5939f14af2dde8668 Date-Simple-3.03.tar.gz"