p5-archive-tar: NEW port

This commit is contained in:
James Mills 2007-03-04 22:56:02 +10:00
parent 110fcb824e
commit b148871387
3 changed files with 38 additions and 0 deletions

17
p5-io-string/.footprint Normal file
View File

@ -0,0 +1,17 @@
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.8.8/
drwxr-xr-x root/root usr/lib/perl5/5.8.8/linux/
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/IO/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/String.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/IO/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/IO/String/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/IO/String/.packlist
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/IO::String.3pm.gz

1
p5-io-string/.md5sum Normal file
View File

@ -0,0 +1 @@
aeb4fcc3b6a9da5765c75867609a7e56 IO-String-1.07.tar.gz

20
p5-io-string/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Perl Library IO::String
# URL: http://search.cpan.org/~gaas/IO-String-1.06/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Younes Hafri, ycrux at club-internet dot fr
#
# Depends on: perl
name=p5-io-string
version=1.07
release=1
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/IO-String-$version.tar.gz)
build () {
cd IO-String-$version
perl Makefile.PL
make OPTIMIZE="${CFLAGS}"
make DESTDIR=${PKG} install
find ${PKG} -name perllocal.pod -exec rm {} \;
chown -R root:root $PKG
}