diff options
Diffstat (limited to 'community/perl-scalar-list-utils/APKBUILD')
-rw-r--r-- | community/perl-scalar-list-utils/APKBUILD | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/community/perl-scalar-list-utils/APKBUILD b/community/perl-scalar-list-utils/APKBUILD new file mode 100644 index 0000000000..22ba677d91 --- /dev/null +++ b/community/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=1 +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" |