diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-06-12 07:45:43 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-06-12 07:45:43 +0000 |
commit | 9333df78a06334a4ccf43c45c89200cdd0f16717 (patch) | |
tree | c28d4ecdcf18dacd4147084cf4f70089f0270f54 /testing | |
parent | f4e16790774db0d5a7de6581894da9d7d2a9e862 (diff) | |
download | aports-9333df78a06334a4ccf43c45c89200cdd0f16717.tar.bz2 aports-9333df78a06334a4ccf43c45c89200cdd0f16717.tar.xz |
extra/perl-inline: moved to extra
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-inline/APKBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/perl-inline/APKBUILD b/testing/perl-inline/APKBUILD deleted file mode 100644 index f8e350c1..00000000 --- a/testing/perl-inline/APKBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Contributor: Leonardo Arena <rnalrd@gmail.com> -# Maintainer: Leonardo Arena <rnalrd@gmail.com> -pkgname=perl-inline -_realname=Inline -pkgver=0.45 -pkgrel=0 -pkgdesc="Write Perl subroutines in other programming languages" -url="http://search.cpan.org/~sisyphus/Inline-0.45/" -license="Unknown" -depends="perl" -makedepends="perl-dev" -install= -subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/$_realname-$pkgver.tar.gz" - -build() { - cd "$srcdir/$_realname-$pkgver" - - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 - make || return 1 - make DESTDIR="$pkgdir" install - # creates file collision among perl modules - rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod -} - -md5sums="63140a6c911f1576fdee71ba4457610f Inline-0.45.tar.gz" |