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-getopt-long-descriptive/APKBUILD | |
parent | eb275884ad7ab102a4014d6d45d1a7eac646bbba (diff) | |
download | aports-330a49e1c7a5b4cf3014a546d92594280f0626c2.tar.bz2 aports-330a49e1c7a5b4cf3014a546d92594280f0626c2.tar.xz |
testing/perl-algorithm-diff: new apkbuild
Diffstat (limited to 'testing/perl-getopt-long-descriptive/APKBUILD')
-rw-r--r-- | testing/perl-getopt-long-descriptive/APKBUILD | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/perl-getopt-long-descriptive/APKBUILD b/testing/perl-getopt-long-descriptive/APKBUILD new file mode 100644 index 000000000..697d4b24e --- /dev/null +++ b/testing/perl-getopt-long-descriptive/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-getopt-long-descriptive +_pkgreal=Getopt-Long-Descriptive +pkgver=0.090 +pkgrel=0 +pkgdesc="Getopt::Long, but simpler and more powerful" +url="http://search.cpan.org/dist/Getopt-Long-Descriptive/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="perl-params-validate perl-sub-exporter" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_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="cea2c5b0591ef24848f77b18ceef912a Getopt-Long-Descriptive-0.090.tar.gz" |