diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-11-26 16:40:50 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-11-26 16:40:50 +0100 |
commit | 6b73a59cdef09d49e80139c5e24d7647a7a8f8e9 (patch) | |
tree | d075c9369e76379651f1f65ce85aa1a4af056596 /p5-extutils-depends | |
parent | e3559ffa2e82f4a1b1f6a603c40e1f1e3123e12c (diff) | |
download | contrib-6b73a59cdef09d49e80139c5e24d7647a7a8f8e9.tar.gz contrib-6b73a59cdef09d49e80139c5e24d7647a7a8f8e9.tar.xz |
p5-extutils-depends: initial release
Diffstat (limited to 'p5-extutils-depends')
-rw-r--r-- | p5-extutils-depends/.footprint | 10 | ||||
-rw-r--r-- | p5-extutils-depends/.md5sum | 1 | ||||
-rw-r--r-- | p5-extutils-depends/Pkgfile | 23 |
3 files changed, 34 insertions, 0 deletions
diff --git a/p5-extutils-depends/.footprint b/p5-extutils-depends/.footprint new file mode 100644 index 000000000..be85fedff --- /dev/null +++ b/p5-extutils-depends/.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/Depends.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::Depends.3pm.gz diff --git a/p5-extutils-depends/.md5sum b/p5-extutils-depends/.md5sum new file mode 100644 index 000000000..2226705be --- /dev/null +++ b/p5-extutils-depends/.md5sum @@ -0,0 +1 @@ +02c22a93ec9efb8e457764114ce24eb4 ExtUtils-Depends-0.205.tar.gz diff --git a/p5-extutils-depends/Pkgfile b/p5-extutils-depends/Pkgfile new file mode 100644 index 000000000..bbc248f92 --- /dev/null +++ b/p5-extutils-depends/Pkgfile @@ -0,0 +1,23 @@ +# Description: Perl bindings for depends +# 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-depends +version=0.205 +release=1 +source="http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz" + + +build() +{ + cd ExtUtils-Depends-$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 ||: +} |