diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:53:44 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:53:44 +0000 |
| commit | c971980046f87f24e4530983758a733ee88c6358 (patch) | |
| tree | e3d779eda0ced109e699b461ac51895781121ca1 /testing | |
| parent | 43777ac8f0a24912748e72cd3276faef8bfd716c (diff) | |
| download | aports-c971980046f87f24e4530983758a733ee88c6358.tar.bz2 aports-c971980046f87f24e4530983758a733ee88c6358.tar.xz | |
community/perl-tie-cycle: moved from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/perl-tie-cycle/APKBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/perl-tie-cycle/APKBUILD b/testing/perl-tie-cycle/APKBUILD deleted file mode 100644 index d1efe72714..0000000000 --- a/testing/perl-tie-cycle/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-tie-cycle -_pkgreal=Tie-Cycle -pkgver=1.221 -pkgrel=0 -pkgdesc="Cycle through a list of values via a scalar." -url="http://search.cpan.org/dist/Tie-Cycle/" -arch="noarch" -license="GPL PerlArtistic" -cpandepends="" -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="773b14e02cb5815d40160cf7255897e0 Tie-Cycle-1.221.tar.gz" -sha256sums="c6e263bdfd19eea4ceaade3c8af33b35ef83e8251ea53759a3ca49e3729ce681 Tie-Cycle-1.221.tar.gz" -sha512sums="39ed261ef2e3a6a93cc63197966ccae6ddee2473c24241067223448badeb76509682c52043bb34299a27f2f3a35956d3022af2fb13bd331ed2cc132dbc703087 Tie-Cycle-1.221.tar.gz" |
