diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-12 15:17:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-12 15:18:17 +0000 |
commit | 94a562819003ba92db6280e67c62f39c20a1f03f (patch) | |
tree | 36455d4a8e150d394d2ee663ef38ce61f915a2d0 /testing/perl-date-simple | |
parent | c9ff05252fa39adf4e2343c47ee451e721a44ff2 (diff) | |
download | aports-94a562819003ba92db6280e67c62f39c20a1f03f.tar.bz2 aports-94a562819003ba92db6280e67c62f39c20a1f03f.tar.xz |
testing/perl-date-simple: new aport
Diffstat (limited to 'testing/perl-date-simple')
-rw-r--r-- | testing/perl-date-simple/APKBUILD | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/perl-date-simple/APKBUILD b/testing/perl-date-simple/APKBUILD new file mode 100644 index 0000000000..ce198c6991 --- /dev/null +++ b/testing/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=0 +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" |