p5-extutils-depends: initial release

This commit is contained in:
Han Boetes 2006-11-26 16:40:50 +01:00
parent e3559ffa2e
commit 6b73a59cde
3 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
02c22a93ec9efb8e457764114ce24eb4 ExtUtils-Depends-0.205.tar.gz

View File

@ -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 ||:
}