diff options
Diffstat (limited to 'testing/perl-getopt-long-descriptive/APKBUILD')
-rw-r--r-- | testing/perl-getopt-long-descriptive/APKBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/perl-getopt-long-descriptive/APKBUILD b/testing/perl-getopt-long-descriptive/APKBUILD deleted file mode 100644 index 697d4b24e8..0000000000 --- a/testing/perl-getopt-long-descriptive/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# 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" |