p5-archive-tar: NEW port
This commit is contained in:
parent
778023997d
commit
110fcb824e
17
p5-io-zlib/.footprint
Normal file
17
p5-io-zlib/.footprint
Normal 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/Zlib.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/Zlib/
|
||||
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/IO/Zlib/.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::Zlib.3pm.gz
|
1
p5-io-zlib/.md5sum
Normal file
1
p5-io-zlib/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1abf9e6161cc6c52ccd4c629e32e582e IO-Zlib-1.04.tar.gz
|
20
p5-io-zlib/Pkgfile
Normal file
20
p5-io-zlib/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Perl Library IO::Zlib
|
||||
# URL: http://search.cpan.org/~tomhughes/IO-Zlib-1.04/
|
||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||||
#
|
||||
# Depends on: zlib, p5-compress-zlib
|
||||
|
||||
name=p5-io-zlib
|
||||
version=1.04
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd IO-Zlib-$version
|
||||
perl Makefile.PL
|
||||
make OPTIMIZE="${CFLAGS}"
|
||||
make DESTDIR=${PKG} install
|
||||
find ${PKG} -name perllocal.pod -exec rm {} \;
|
||||
chown -R root:root $PKG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user