contrib/p5-extutils-pkgconfig/Pkgfile
2013-10-14 12:54:54 +02:00

25 lines
600 B
Plaintext

# Description: Perl bindings for pkgconfig
# URL: http://www.cpan.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: p5-xml-parser
name=p5-extutils-pkgconfig
version=1.15
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 ||:
}