diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-10-29 10:41:09 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-10-29 10:41:09 +0000 |
commit | 5bb659f9bdaa9b8a6c7b1546d0ed8d58a402bb7f (patch) | |
tree | 5953c0ccf548810a8bbb3e9e6a06cca3818c1558 /testing/perl-math-libm | |
parent | 98c9166b4ea58151bd8324420929f226cbdbfdb5 (diff) | |
download | aports-5bb659f9bdaa9b8a6c7b1546d0ed8d58a402bb7f.tar.bz2 aports-5bb659f9bdaa9b8a6c7b1546d0ed8d58a402bb7f.tar.xz |
testing/perl-math-libm:: new aport
Diffstat (limited to 'testing/perl-math-libm')
-rw-r--r-- | testing/perl-math-libm/APKBUILD | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/perl-math-libm/APKBUILD b/testing/perl-math-libm/APKBUILD new file mode 100644 index 0000000000..c8bb470ba9 --- /dev/null +++ b/testing/perl-math-libm/APKBUILD @@ -0,0 +1,39 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: Francesco Colista <francesco.colista@gmail.com> +pkgname=perl-math-libm +_pkgreal=Math-Libm +pkgver=1.00 +pkgrel=0 +pkgdesc="unknown" +url="http://search.cpan.org/dist/Math-Libm/" +arch="all" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/D/DS/DSLEWART/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + 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="26a4ce8fe507d04c7d40b9eadac428ae Math-Libm-1.00.tar.gz" |