diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-12 18:05:24 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-20 13:27:32 +0000 |
commit | 394fae111b53cb0f7aeaff1ca2d0e8a528972a5a (patch) | |
tree | 89fefd371e9c84fd229519eee2469ede13e5bee9 | |
parent | 6a233ab972498fc08df12e7435eba43249453962 (diff) | |
download | aports-394fae111b53cb0f7aeaff1ca2d0e8a528972a5a.tar.bz2 aports-394fae111b53cb0f7aeaff1ca2d0e8a528972a5a.tar.xz |
community/perl-sub-install: remove, is in main/
-rw-r--r-- | community/perl-sub-install/APKBUILD | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/community/perl-sub-install/APKBUILD b/community/perl-sub-install/APKBUILD deleted file mode 100644 index 25e4daed09..0000000000 --- a/community/perl-sub-install/APKBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=perl-sub-install -_pkgreal=Sub-Install -pkgver=0.928 -pkgrel=1 -pkgdesc="install subroutines into packages easily" -url="http://search.cpan.org/dist/Sub-Install/" -arch="noarch" -license="GPL PerlArtistic" -cpandepends="" -cpanmakedepends="perl-test-pod perl-test-pod-coverage" -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" - 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 -} - -check() { - cd "$builddir" - make test -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install - find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete -} - -sha512sums="3f25df9f5992075968830d4235e9f6520c526331b9180391e41483241d43253a61ad8dc381d77aaeb6c6fb841cfc5c097598e62abb46208894275c393a133ade Sub-Install-0.928.tar.gz" |