diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-01-02 08:28:52 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-01-02 08:28:52 +0000 |
commit | 330a49e1c7a5b4cf3014a546d92594280f0626c2 (patch) | |
tree | 1c1b3282e5cd8e2be55ab8c7dc0b3d3db805108d /testing/perl-appconfig | |
parent | eb275884ad7ab102a4014d6d45d1a7eac646bbba (diff) | |
download | aports-330a49e1c7a5b4cf3014a546d92594280f0626c2.tar.bz2 aports-330a49e1c7a5b4cf3014a546d92594280f0626c2.tar.xz |
testing/perl-algorithm-diff: new apkbuild
Diffstat (limited to 'testing/perl-appconfig')
-rw-r--r-- | testing/perl-appconfig/APKBUILD | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/perl-appconfig/APKBUILD b/testing/perl-appconfig/APKBUILD new file mode 100644 index 0000000000..666da23f19 --- /dev/null +++ b/testing/perl-appconfig/APKBUILD @@ -0,0 +1,37 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: Francesco Colista <francesco.colista@gmail.com> +pkgname=perl-appconfig +_pkgreal=AppConfig +pkgver=1.66 +pkgrel=0 +pkgdesc="AppConfig is a bundle of Perl5 modules for reading configuration files and parsing command line arguments." +url="http://search.cpan.org/dist/AppConfig/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/A/AB/ABW/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$_builddir" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor +} + +build() { + cd "$_builddir" + make && make test +} + +package() { + cd "$_builddir" + make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="21aa4d1bf70a49a94c2dc9293389b3a0 AppConfig-1.66.tar.gz" |