diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-09 09:29:36 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-09 11:57:10 +0000 |
commit | 6e8330a0b0af9d426a36599f46b478c41670d60f (patch) | |
tree | 2062bcc737cc0abdf5387bde300b87bf47c9c444 /testing/perl-file-chdir | |
parent | 754a364980a74b364578242bac2f51c6adaadeae (diff) | |
download | aports-6e8330a0b0af9d426a36599f46b478c41670d60f.tar.bz2 aports-6e8330a0b0af9d426a36599f46b478c41670d60f.tar.xz |
testing/perl-file-chdir: new aport
Diffstat (limited to 'testing/perl-file-chdir')
-rw-r--r-- | testing/perl-file-chdir/APKBUILD | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/perl-file-chdir/APKBUILD b/testing/perl-file-chdir/APKBUILD new file mode 100644 index 000000000..fe8cf9eca --- /dev/null +++ b/testing/perl-file-chdir/APKBUILD @@ -0,0 +1,41 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: +# Maintainer: +pkgname=perl-file-chdir +_pkgreal=File-chdir +pkgver=0.1010 +pkgrel=0 +pkgdesc="a more sensible way to change directories" +url="http://search.cpan.org/dist/File-chdir/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_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="aacfafa4a8f13d45be67451e0f9b483e File-chdir-0.1010.tar.gz" +sha256sums="efc121f40bd7a0f62f8ec9b8bc70f7f5409d81cd705e37008596c8efc4452b01 File-chdir-0.1010.tar.gz" +sha512sums="0a9390b48d49c2ac0e2f8b409396a6a2ea3518823d1b6d8c23bbf19a438b92d1e784dcf3bc7c0d43b0365b0620557aea1f8d9ef224b68ca9c472fefa8fe1adab File-chdir-0.1010.tar.gz" |