forked from ports/contrib
p5-compress-zlib: this functionality is in core/perl now, port dropped.
This commit is contained in:
parent
5974360955
commit
8ed1546786
p5-compress-zlib
@ -1,14 +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/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 +0,0 @@
|
||||
689ba2cc399b019d0bf76a0575c32947 Compress-Zlib-2.015.tar.gz
|
@ -1,19 +0,0 @@
|
||||
# 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.015
|
||||
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 {} \;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user