diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:57:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:57:31 +0000 |
commit | e7dc70a2333a867c755f090fc025a44be0834872 (patch) | |
tree | 4ac85fc09581f3b57e60ea1140723308fdb5636f /testing | |
parent | b56a1ec9dddc475a14de530e809edd064cfc13f3 (diff) | |
download | aports-e7dc70a2333a867c755f090fc025a44be0834872.tar.bz2 aports-e7dc70a2333a867c755f090fc025a44be0834872.tar.xz |
community/perl-business-ismn: moved from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-business-ismn/APKBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/perl-business-ismn/APKBUILD b/testing/perl-business-ismn/APKBUILD deleted file mode 100644 index 01731215c4..0000000000 --- a/testing/perl-business-ismn/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=perl-business-ismn -_pkgreal=Business-ISMN -pkgver=1.13 -pkgrel=0 -pkgdesc="Work with International Standard Music Numbers" -url="http://search.cpan.org/dist/Business-ISMN/" -arch="noarch" -license="GPL PerlArtistic" -cpandepends="perl-tie-cycle" -cpanmakedepends=" " -depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" -subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/$_pkgreal-$pkgver.tar.gz" -builddir="$srcdir/$_pkgreal-$pkgver" - -prepare() { - default_prepare || return 1 - - 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 && make test -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 - find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete -} - -md5sums="e8696a78b4aa8a99869fbb0625c5cc13 Business-ISMN-1.13.tar.gz" -sha256sums="89b598dcde116732f8621b18660fec9a6989b1ad5bf96599b98fbcaecad9a132 Business-ISMN-1.13.tar.gz" -sha512sums="bad9fdfe16a6b62c823019af4162e0cb2f97dbda8cc5cad01ff3a6e80d22e5fa1d260ef410ad1393d03fc750f7976f06932ac948390cdeb995cc458e1d3cd984 Business-ISMN-1.13.tar.gz" |