mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/perl-statistics-descriptive: new aport
This commit is contained in:
parent
ba62c3541c
commit
a2b44a67c4
38
testing/perl-statistics-descriptive/APKBUILD
Normal file
38
testing/perl-statistics-descriptive/APKBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user