diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:39:05 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:39:05 +0200 |
commit | 059ff1cbe3661475cfeb7c994bd429be3a6a740b (patch) | |
tree | 3209c65d0e7de3d7b53d946e23b8120c22951d0c /extra | |
parent | f37facff732baf1430afc0f101812ca19e43722d (diff) | |
download | nutyx-pakxe-059ff1cbe3661475cfeb7c994bd429be3a6a740b.tar.gz nutyx-pakxe-059ff1cbe3661475cfeb7c994bd429be3a6a740b.tar.bz2 nutyx-pakxe-059ff1cbe3661475cfeb7c994bd429be3a6a740b.tar.xz nutyx-pakxe-059ff1cbe3661475cfeb7c994bd429be3a6a740b.zip |
Ajout de p5-extutils-depends#0.301-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/p5-extutils-depends/.footprint | 18 | ||||
-rw-r--r-- | extra/p5-extutils-depends/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-extutils-depends/Pkgfile | 22 |
3 files changed, 41 insertions, 0 deletions
diff --git a/extra/p5-extutils-depends/.footprint b/extra/p5-extutils-depends/.footprint new file mode 100644 index 000000000..58dc89399 --- /dev/null +++ b/extra/p5-extutils-depends/.footprint @@ -0,0 +1,18 @@ +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/5.10.0/ +drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/ +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/Depends.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/ExtUtils/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/ExtUtils/Depends/ +-rw-r--r-- root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/ExtUtils/Depends/.packlist +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::Depends.3.gz diff --git a/extra/p5-extutils-depends/.md5sum b/extra/p5-extutils-depends/.md5sum new file mode 100644 index 000000000..f42dbda9c --- /dev/null +++ b/extra/p5-extutils-depends/.md5sum @@ -0,0 +1 @@ +43c6655dde347a8e0b5b0675f11ec27e ExtUtils-Depends-0.301.tar.gz diff --git a/extra/p5-extutils-depends/Pkgfile b/extra/p5-extutils-depends/Pkgfile new file mode 100644 index 000000000..d630c9bcd --- /dev/null +++ b/extra/p5-extutils-depends/Pkgfile @@ -0,0 +1,22 @@ +# Description: Module perl +# URL: http://www.gtkperl.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gdk-pixbuf p5-xml-parser p5-xml-writer p5-gtk-ex-utils + +name=p5-extutils-depends +version=0.301 +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 + make DESTDIR=$PKG install + find $PKG \ + -name perllocal.pod \ + -o -name .packlist | xargs rm + find $PKG -empty | xargs rmdir -p ||: + +} |