contrib/p5-extutils-pkgconfig/Pkgfile
2006-11-26 16:41:05 +01:00

24 lines
622 B
Plaintext

# Description: Perl bindings for pkgconfig
# URL: http://www.gtkperl.org
# Maintainer: 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 ||:
}