From bca9ddc6901529b5a684ff931bb3b95c14918bdd Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Fri, 19 Aug 2016 08:58:40 +0000 Subject: community/perl-module-runtime: moved from testing --- community/perl-module-runtime/APKBUILD | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 community/perl-module-runtime/APKBUILD (limited to 'community/perl-module-runtime') diff --git a/community/perl-module-runtime/APKBUILD b/community/perl-module-runtime/APKBUILD new file mode 100644 index 0000000000..bab759cbad --- /dev/null +++ b/community/perl-module-runtime/APKBUILD @@ -0,0 +1,41 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=perl-module-runtime +_pkgreal=Module-Runtime +pkgver=0.014 +pkgrel=0 +pkgdesc="runtime module handling" +url="http://search.cpan.org/dist/Module-Runtime/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="perl-test-pod perl-test-pod-coverage perl-module-build" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$_builddir" + export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + 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="a6597bc25536a30476f0d75b64d35734 Module-Runtime-0.014.tar.gz" +sha256sums="4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4 Module-Runtime-0.014.tar.gz" +sha512sums="5431d9aeb092bb357bafed4e4cf216e9eda4bbbdd0c27547a1729adbb2f6f5a114ac25580a814f2d07844d6b742b9df3ca8d5972668bcacab2f791d617c1d32b Module-Runtime-0.014.tar.gz" -- cgit v1.2.3