summaryrefslogtreecommitdiff
path: root/p5-extutils-pkgconfig
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-11-26 16:41:05 +0100
committerHan Boetes <han@mijncomputer.nl>2006-11-26 16:41:05 +0100
commit39fdae0cce9434ac2ab10a4ff52e9dd3e91429be (patch)
treee84cf355e2ee55d11ec045fd6bc235b4da6785f9 /p5-extutils-pkgconfig
parent6b73a59cdef09d49e80139c5e24d7647a7a8f8e9 (diff)
downloadcontrib-39fdae0cce9434ac2ab10a4ff52e9dd3e91429be.tar.gz
contrib-39fdae0cce9434ac2ab10a4ff52e9dd3e91429be.tar.xz
p5-extutils-pkgconfig: initial release
Diffstat (limited to 'p5-extutils-pkgconfig')
-rw-r--r--p5-extutils-pkgconfig/.footprint10
-rw-r--r--p5-extutils-pkgconfig/.md5sum1
-rw-r--r--p5-extutils-pkgconfig/Pkgfile23
3 files changed, 34 insertions, 0 deletions
diff --git a/p5-extutils-pkgconfig/.footprint b/p5-extutils-pkgconfig/.footprint
new file mode 100644
index 000000000..43ba33483
--- /dev/null
+++ b/p5-extutils-pkgconfig/.footprint
@@ -0,0 +1,10 @@
+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.8.8/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/ExtUtils/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/ExtUtils/PkgConfig.pm
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-r--r--r-- root/root usr/man/man3/ExtUtils::PkgConfig.3pm.gz
diff --git a/p5-extutils-pkgconfig/.md5sum b/p5-extutils-pkgconfig/.md5sum
new file mode 100644
index 000000000..dfdb34c84
--- /dev/null
+++ b/p5-extutils-pkgconfig/.md5sum
@@ -0,0 +1 @@
+a8cf945d09c6458cb27228218e9a2f45 ExtUtils-PkgConfig-1.07.tar.gz
diff --git a/p5-extutils-pkgconfig/Pkgfile b/p5-extutils-pkgconfig/Pkgfile
new file mode 100644
index 000000000..3f7840498
--- /dev/null
+++ b/p5-extutils-pkgconfig/Pkgfile
@@ -0,0 +1,23 @@
+# 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 ||:
+}

Generated by cgit