p5-extutils-depends: Updated 0.205 -> 0.300

This commit is contained in:
Jose V Beneyto 2008-07-01 11:36:35 +02:00
parent bf2b5f02e3
commit f4f7809371
2 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
02c22a93ec9efb8e457764114ce24eb4 ExtUtils-Depends-0.205.tar.gz
69061666b5f96663e0a1266c1d76ad6b ExtUtils-Depends-0.300.tar.gz

View File

@ -1,22 +1,22 @@
# Description: Perl bindings for depends
# URL: http://www.gtkperl.org
# URL: http://www.cpan.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: p5-xml-parser
name=p5-extutils-depends
version=0.205
release=2
source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-${version}.tar.gz)
version=0.300
release=1
source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
build() {
cd ExtUtils-Depends-${version}
cd ExtUtils-Depends-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install DESTDIR=${PKG}
find ${PKG} \
make install DESTDIR=$PKG
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find ${PKG} -empty | xargs rmdir -p ||:
find $PKG -empty | xargs rmdir -p ||:
}