diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-09-04 09:00:51 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-09-04 09:04:48 +0000 |
commit | 1c6c4f23b486d68627e26860d815cb8349205483 (patch) | |
tree | fc105f1e4a7a4bc99b51b23e13fface8b523791c /testing/perl-test-taint/APKBUILD | |
parent | 48dee78f126e9ba330d0014b2625c45e4f58d411 (diff) | |
download | aports-1c6c4f23b486d68627e26860d815cb8349205483.tar.bz2 aports-1c6c4f23b486d68627e26860d815cb8349205483.tar.xz |
testing/perl-test-taint: new aport
Diffstat (limited to 'testing/perl-test-taint/APKBUILD')
-rw-r--r-- | testing/perl-test-taint/APKBUILD | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/perl-test-taint/APKBUILD b/testing/perl-test-taint/APKBUILD new file mode 100644 index 0000000000..a61e2634f8 --- /dev/null +++ b/testing/perl-test-taint/APKBUILD @@ -0,0 +1,41 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: Francesco Colista <francesco.colista@gmail.com> +pkgname=perl-test-taint +_pkgreal=Test-Taint +pkgver=1.06 +pkgrel=0 +pkgdesc="Checks for taintedness of variables" +url="http://search.cpan.org/dist/Test-Taint/" +arch="all" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="perl-test-pod perl-test-pod-coverage" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$_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="cb639c250f2030262a562ce3376219b0 Test-Taint-1.06.tar.gz" +sha256sums="721b51ca91d248ea5ff4f99ca49c05a080e6f0fc9f7983e96121b7775ab93107 Test-Taint-1.06.tar.gz" +sha512sums="58221b0145d9b908994c093168ca547a18cd56113f4923a4662bb9c113635378740363914d1fd43602f15c76a23cfe26d0682ed6ce22836d712692f439e782c2 Test-Taint-1.06.tar.gz" |