diff options
-rw-r--r-- | extra/p5-extutils-pkgconfig/.footprint | 11 | ||||
-rw-r--r-- | extra/p5-extutils-pkgconfig/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-extutils-pkgconfig/Pkgfile | 21 |
3 files changed, 33 insertions, 0 deletions
diff --git a/extra/p5-extutils-pkgconfig/.footprint b/extra/p5-extutils-pkgconfig/.footprint new file mode 100644 index 000000000..78b3bb364 --- /dev/null +++ b/extra/p5-extutils-pkgconfig/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/ExtUtils/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/ExtUtils/PkgConfig.pm +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/ExtUtils::PkgConfig.3.gz diff --git a/extra/p5-extutils-pkgconfig/.md5sum b/extra/p5-extutils-pkgconfig/.md5sum new file mode 100644 index 000000000..dfdb34c84 --- /dev/null +++ b/extra/p5-extutils-pkgconfig/.md5sum @@ -0,0 +1 @@ +a8cf945d09c6458cb27228218e9a2f45 ExtUtils-PkgConfig-1.07.tar.gz diff --git a/extra/p5-extutils-pkgconfig/Pkgfile b/extra/p5-extutils-pkgconfig/Pkgfile new file mode 100644 index 000000000..368036fd4 --- /dev/null +++ b/extra/p5-extutils-pkgconfig/Pkgfile @@ -0,0 +1,21 @@ +# Description: Connecteur perl pour pkgconfig +# URL: http://www.gtkperl.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: p5-xml-parser + +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 + make DESTDIR=$PKG install + find $PKG \ + -name perllocal.pod \ + -o -name .packlist | xargs rm + find $PKG -empty | xargs rmdir -p ||: +} |