diff options
Diffstat (limited to 'unmaintained/perl-local-lib/APKBUILD')
-rw-r--r-- | unmaintained/perl-local-lib/APKBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/unmaintained/perl-local-lib/APKBUILD b/unmaintained/perl-local-lib/APKBUILD deleted file mode 100644 index 96b27e2794..0000000000 --- a/unmaintained/perl-local-lib/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> -# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> -pkgname=perl-local-lib -_pkgreal=local-lib -pkgver=1.008004 -pkgrel=0 -pkgdesc="create and use a local lib/ for perl modules with PERL5LIB" -url="http://search.cpan.org/dist/local-lib/" -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/AP/APEIRON/$_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="6244fa9d77e818594acbaf572aece326 local-lib-1.008004.tar.gz" |