From a2b44a67c4f72a3771f5990cab56f1e252fe47cf Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 5 Sep 2011 14:53:21 +0000 Subject: testing/perl-statistics-descriptive: new aport --- testing/perl-statistics-descriptive/APKBUILD | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 testing/perl-statistics-descriptive/APKBUILD (limited to 'testing') diff --git a/testing/perl-statistics-descriptive/APKBUILD b/testing/perl-statistics-descriptive/APKBUILD new file mode 100644 index 0000000000..de6e581eca --- /dev/null +++ b/testing/perl-statistics-descriptive/APKBUILD @@ -0,0 +1,38 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=perl-statistics-descriptive +_pkgreal=Statistics-Descriptive +pkgver=3.0202 +pkgrel=0 +pkgdesc="Module of basic descriptive statistical functions." +url="http://search.cpan.org/dist/Statistics-Descriptive/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$_builddir" + perl Build.PL installdirs=vendor || return 1 +} + +build() { + cd "$_builddir" + export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + ./Build && ./Build test +} + +package() { + cd "$_builddir" + ./Build install destdir="$pkgdir" || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="7f66d866acbfd2d499338c16edf0e3bd Statistics-Descriptive-3.0202.tar.gz" -- cgit v1.2.3