p5-compress-zlib: new port

This commit is contained in:
Mikhail Kolesnik 2008-04-12 21:38:01 +03:00
parent 647a790070
commit cf0179254f
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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/Compress/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/auto/Compress/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/auto/Compress/Zlib/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/auto/Compress/Zlib/autosplit.ix
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/Compress::Zlib.3pm.gz

1
p5-compress-zlib/.md5sum Normal file
View File

@ -0,0 +1 @@
b0d1132d02df0b571031aa4b34e822a3 Compress-Zlib-2.008.tar.gz

19
p5-compress-zlib/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Interface to zlib compression library
# URL: http://search.cpan.org/~pmqs/Compress-Zlib/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: p5-io-compress-zlib
name=p5-compress-zlib
version=2.008
release=1
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-$version.tar.gz)
build() {
cd Compress-Zlib-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -exec rm {} \;
find $PKG -name perllocal.pod -exec rm {} \;
find $PKG -depth -type d -empty -exec rm -rf {} \;
}