summaryrefslogtreecommitdiffstats
path: root/p5-extutils-pkgconfig
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /p5-extutils-pkgconfig
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'p5-extutils-pkgconfig')
-rw-r--r--p5-extutils-pkgconfig/.footprint.i6869
-rw-r--r--p5-extutils-pkgconfig/.footprint.x86_649
-rw-r--r--p5-extutils-pkgconfig/.md5sum.i6861
-rw-r--r--p5-extutils-pkgconfig/.md5sum.x86_641
-rw-r--r--p5-extutils-pkgconfig/Pkgfile23
5 files changed, 43 insertions, 0 deletions
diff --git a/p5-extutils-pkgconfig/.footprint.i686 b/p5-extutils-pkgconfig/.footprint.i686
new file mode 100644
index 000000000..1c77e38ed
--- /dev/null
+++ b/p5-extutils-pkgconfig/.footprint.i686
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+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
+drwxr-xr-x root/root usr/share/perl5/
+drwxr-xr-x root/root usr/share/perl5/site/
+drwxr-xr-x root/root usr/share/perl5/site/ExtUtils/
+-r--r--r-- root/root usr/share/perl5/site/ExtUtils/PkgConfig.pm
diff --git a/p5-extutils-pkgconfig/.footprint.x86_64 b/p5-extutils-pkgconfig/.footprint.x86_64
new file mode 100644
index 000000000..1c77e38ed
--- /dev/null
+++ b/p5-extutils-pkgconfig/.footprint.x86_64
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+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
+drwxr-xr-x root/root usr/share/perl5/
+drwxr-xr-x root/root usr/share/perl5/site/
+drwxr-xr-x root/root usr/share/perl5/site/ExtUtils/
+-r--r--r-- root/root usr/share/perl5/site/ExtUtils/PkgConfig.pm
diff --git a/p5-extutils-pkgconfig/.md5sum.i686 b/p5-extutils-pkgconfig/.md5sum.i686
new file mode 100644
index 000000000..9452c4379
--- /dev/null
+++ b/p5-extutils-pkgconfig/.md5sum.i686
@@ -0,0 +1 @@
+8fc5c0b30cfda2048ec87ae418cc3508 ExtUtils-PkgConfig-1.12.tar.gz
diff --git a/p5-extutils-pkgconfig/.md5sum.x86_64 b/p5-extutils-pkgconfig/.md5sum.x86_64
new file mode 100644
index 000000000..9452c4379
--- /dev/null
+++ b/p5-extutils-pkgconfig/.md5sum.x86_64
@@ -0,0 +1 @@
+8fc5c0b30cfda2048ec87ae418cc3508 ExtUtils-PkgConfig-1.12.tar.gz
diff --git a/p5-extutils-pkgconfig/Pkgfile b/p5-extutils-pkgconfig/Pkgfile
new file mode 100644
index 000000000..1902c9e7f
--- /dev/null
+++ b/p5-extutils-pkgconfig/Pkgfile
@@ -0,0 +1,23 @@
+# 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
+# Run on: p5-xml-parser
+
+name=p5-extutils-pkgconfig
+version=1.12
+release=2
+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 ||:
+}
+