From e35770df02b68bef677b280beebab0afcdf276e8 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 29 Oct 2012 10:45:33 +0000 Subject: testing/perl-proc-syncexec:: new aport --- testing/perl-proc-syncexec/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 testing/perl-proc-syncexec/APKBUILD (limited to 'testing/perl-proc-syncexec') diff --git a/testing/perl-proc-syncexec/APKBUILD b/testing/perl-proc-syncexec/APKBUILD new file mode 100644 index 0000000000..8e27d740a5 --- /dev/null +++ b/testing/perl-proc-syncexec/APKBUILD @@ -0,0 +1,39 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=perl-proc-syncexec +_pkgreal=Proc-SyncExec +pkgver=1.01 +pkgrel=0 +pkgdesc="unknown" +url="http://search.cpan.org/dist/Proc-SyncExec/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_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="38dd51ed78504d73bf6520a044744cb8 Proc-SyncExec-1.01.tar.gz" -- cgit v1.2.3