diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
commit | b70981b68efcce5256eb11c6cd26ae123b10b6ea (patch) | |
tree | a38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/perl-parse-recdescent | |
parent | 2b4df81538b8398442d5296650905c70341dd8d3 (diff) | |
download | aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2 aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz |
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/perl-parse-recdescent')
-rw-r--r-- | extra/perl-parse-recdescent/APKBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/perl-parse-recdescent/APKBUILD b/extra/perl-parse-recdescent/APKBUILD deleted file mode 100644 index 8ee87e58b7..0000000000 --- a/extra/perl-parse-recdescent/APKBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Contributor: Leonardo Arena <rnalrd@gmail.com> -# Maintainer: Leonardo Arena <rnalrd@gmail.com> -pkgname=perl-parse-recdescent -_realname=Parse-RecDescent -pkgver=1.96.0 -pkgrel=0 -pkgdesc="Generate Recursive-Descent Parsers" -url="http://search.cpan.org/~dconway/Parse-RecDescent-1.96.0/" -license="Unknown" -depends="perl" -makedepends="perl-dev" -install= -subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/$_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="373dc01e102d81d01a4fb1431c5ff3fb Parse-RecDescent-1.96.0.tar.gz" |