contrib/p5-extutils-pkgconfig/Pkgfile

22 lines
589 B
Plaintext
Raw Normal View History

2007-12-27 11:19:35 +01:00
# Description: Perl bindings for pkgconfig
# URL: http://www.gtkperl.org
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: gdk-pixbuf,p5-xml-parser,p5-xml-writer,p5-gtk2-ex-utils
name=p5-extutils-pkgconfig
version=1.07
release=1
source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-${version}.tar.gz)
build() {
cd ExtUtils-PkgConfig-${version}
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}