contrib/p5-extutils-pkgconfig/Pkgfile

25 lines
627 B
Plaintext
Raw Normal View History

2007-12-27 11:19:35 +01:00
# Description: Perl bindings for pkgconfig
2017-06-19 15:52:46 +02:00
# URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: p5-xml-parser
2007-12-27 11:19:35 +01:00
name=p5-extutils-pkgconfig
2017-06-19 15:52:46 +02:00
version=1.16
release=1
source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-$version.tar.gz)
2007-12-27 11:19:35 +01:00
build() {
cd ExtUtils-PkgConfig-$version
2007-12-27 11:19:35 +01:00
perl Makefile.PL
2007-12-27 11:19:35 +01:00
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
2007-12-27 11:19:35 +01:00
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}