diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:26:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:26:47 +0000 |
commit | 4056a7ae2ae7e3c5f21eb23a9b39a8cae6a169b7 (patch) | |
tree | 9dd2cd160f24ff34e2e2e5f4ae5b7bfdafe09d28 /testing | |
parent | b1c23cfe8fff7571899e39ed6dd2a9cf3043fd39 (diff) | |
download | aports-4056a7ae2ae7e3c5f21eb23a9b39a8cae6a169b7.tar.bz2 aports-4056a7ae2ae7e3c5f21eb23a9b39a8cae6a169b7.tar.xz |
main/perl-test-identity: moved to main
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-test-identity/APKBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/perl-test-identity/APKBUILD b/testing/perl-test-identity/APKBUILD deleted file mode 100644 index a97dddc037..0000000000 --- a/testing/perl-test-identity/APKBUILD +++ /dev/null @@ -1,38 +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-test-identity -_pkgreal=Test-Identity -pkgver=0.01 -pkgrel=0 -pkgdesc="assert the referential identity of a reference" -url="http://search.cpan.org/dist/Test-Identity/" -arch="noarch" -license="GPL PerlArtistic" -cpandepends="" -cpanmakedepends="" -depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" -subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" - -_builddir="$srcdir/$_pkgreal-$pkgver" - -prepare() { - cd "$_builddir" - perl Build.PL installdirs=vendor || return 1 -} - -build() { - cd "$_builddir" - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - ./Build && ./Build test -} - -package() { - cd "$_builddir" - ./Build install destdir="$pkgdir" || return 1 - find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete -} - -md5sums="ecef85c791cf5847e4c374983cf22a74 Test-Identity-0.01.tar.gz" |