From b1763cdd0b9c2093aa434ffe8f3aa85b9076b384 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Fri, 26 Aug 2016 14:35:19 +0000 Subject: community/perl-functional-utility: moved from unmaintained --- community/perl-functional-utility/APKBUILD | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 community/perl-functional-utility/APKBUILD (limited to 'community') diff --git a/community/perl-functional-utility/APKBUILD b/community/perl-functional-utility/APKBUILD new file mode 100644 index 0000000000..f144905b39 --- /dev/null +++ b/community/perl-functional-utility/APKBUILD @@ -0,0 +1,41 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: +# Maintainer: +pkgname=perl-functional-utility +_pkgreal=Functional-Utility +pkgver=1.02 +pkgrel=0 +pkgdesc="helper tools for light-weight functional programming." +url="http://search.cpan.org/dist/Functional-Utility/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/B/BE/BELDEN/$_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="75fc2f5cb6d23d5412fe4ff3a6d54f85 Functional-Utility-1.02.tar.gz" +sha256sums="1ee089bc0d522bfd6a530eec815233ecb81778f8a576b9733430dc9c4e734104 Functional-Utility-1.02.tar.gz" +sha512sums="bd6945baeef8b35466238c655ec8e7384e087ebfdc565119dc142987feb5affc6c0a85a879f47ff1508f7e0db705ca5a3f9a08d6b09164fa432b4b7c34b04ed1 Functional-Utility-1.02.tar.gz" -- cgit v1.2.3