p5-extutils-pkgconfig: Updated 1.07 -> 1.11

This commit is contained in:
Jose V Beneyto 2008-07-01 12:45:22 +02:00
parent 52a9be886b
commit d51318f98d
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
a8cf945d09c6458cb27228218e9a2f45 ExtUtils-PkgConfig-1.07.tar.gz
cd68998c1f370d6c48042447f76ede9f ExtUtils-PkgConfig-1.11.tar.gz

View File

@ -1,16 +1,16 @@
# Description: Perl bindings for pkgconfig
# 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-pkgconfig
version=1.07
release=2
source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-${version}.tar.gz)
version=1.11
release=1
source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-$version.tar.gz)
build() {
cd ExtUtils-PkgConfig-${version}
cd ExtUtils-PkgConfig-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG