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 | 52e66c1b18712e5244843b32e95c7fb9e9bd0c6a (patch) | |
tree | 495fce87229e9d96e8e429f928ea0ce84efa99e2 /testing/perl-scalar-list-utils | |
parent | 581066780a842b7b011e93867a2c749bb2970a5e (diff) | |
download | aports-52e66c1b18712e5244843b32e95c7fb9e9bd0c6a.tar.bz2 aports-52e66c1b18712e5244843b32e95c7fb9e9bd0c6a.tar.xz |
testing/perl-scalar-list-utils: new aport
Diffstat (limited to 'testing/perl-scalar-list-utils')
-rw-r--r-- | testing/perl-scalar-list-utils/APKBUILD | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/perl-scalar-list-utils/APKBUILD b/testing/perl-scalar-list-utils/APKBUILD new file mode 100644 index 0000000000..6ef34b311b --- /dev/null +++ b/testing/perl-scalar-list-utils/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-scalar-list-utils +_pkgreal=Scalar-List-Utils +pkgver=1.45 +pkgrel=0 +pkgdesc="Common Scalar and List utility subroutines" +url="http://search.cpan.org/dist/Scalar-List-Utils/" +arch="all" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_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="b469e990ec92a4c9386aaf9e92857ae9 Scalar-List-Utils-1.45.tar.gz" +sha256sums="9e175535913af22d003ce1ef896d98d9bb6fc1d551782a3b512c066da5bd27dd Scalar-List-Utils-1.45.tar.gz" +sha512sums="879df4137205dc4c41d996fb33a0afe656499f3a6666617723fcf4c5fd74d08d150562d54da248285757990c23c1fcf7c63c20cf270e62f86f3c0a8b97535ad5 Scalar-List-Utils-1.45.tar.gz" |