From 7e28ff0568c9eadf9464e770a2501e1400f3bebf Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 17:56:49 -0500 Subject: system/perl-module-build-tiny: pull in for apkbuild-cpan --- system/perl-module-build-tiny/APKBUILD | 46 ++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 system/perl-module-build-tiny/APKBUILD diff --git a/system/perl-module-build-tiny/APKBUILD b/system/perl-module-build-tiny/APKBUILD new file mode 100644 index 000000000..646c6be04 --- /dev/null +++ b/system/perl-module-build-tiny/APKBUILD @@ -0,0 +1,46 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Natanael Copa +# Maintainer: Adélie Perl Team +pkgname=perl-module-build-tiny +_pkgreal=Module-Build-Tiny +pkgver=0.039 +pkgrel=0 +pkgdesc="A tiny replacement for Module::Build" +url="http://search.cpan.org/dist/Module-Build-Tiny/" +arch="noarch" +license="GPL-2.0-only OR Artistic-1.0-Perl" +cpandepends="perl-extutils-installpaths perl-extutils-config perl-extutils-helpers perl-test-harness" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$builddir" + if [ -e Build.PL ]; then + perl Build.PL --installdirs=vendor || return 1 + else + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + fi +} + +build() { + cd "$builddir" + export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + ./Build +} + +check() { + cd "$builddir" + ./Build test +} + +package() { + cd "$builddir" + ./Build install --destdir="$pkgdir" --create_packlist=0 || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +sha512sums="26ca6fe4c1792b26bb2b4711035847f4215ea7c37234fbe24fc07432682fd9d3b6016dbdb2ecb455a7b13f6bea13994826c7f84f21075f0a6e575fa74672903a Module-Build-Tiny-0.039.tar.gz" -- cgit v1.2.3-60-g2f50