diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
commit | 1f07d5e6d90c004e1219309a11e8660953be99dc (patch) | |
tree | b0628d7042c02eb6130e649f1a49b755abdf81ed /p5-extutils-depends | |
parent | 610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff) | |
download | contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz |
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
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, 0 insertions, 34 deletions
diff --git a/p5-extutils-depends/.footprint b/p5-extutils-depends/.footprint deleted file mode 100644 index be85fedff..000000000 --- a/p5-extutils-depends/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 2226705be..000000000 --- a/p5-extutils-depends/.md5sum +++ /dev/null @@ -1 +0,0 @@ -02c22a93ec9efb8e457764114ce24eb4 ExtUtils-Depends-0.205.tar.gz diff --git a/p5-extutils-depends/Pkgfile b/p5-extutils-depends/Pkgfile deleted file mode 100644 index bbc248f92..000000000 --- a/p5-extutils-depends/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# 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 ||: -} |