p5-compress-raw-zlib: this functionality is in core/perl now, port dropped.

This commit is contained in:
Your RealName 2008-12-19 23:36:18 +02:00
parent 05d11f4eb8
commit 8addde8dda
3 changed files with 0 additions and 39 deletions

View File

@ -1,18 +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/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/Compress/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/Compress/Raw/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Compress/Raw/Zlib.pm
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/Compress/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/Zlib/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/Zlib/Zlib.so
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/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::Raw::Zlib.3pm.gz

View File

@ -1 +0,0 @@
6680d7ee3fbfd5171ccf239328c284fd Compress-Raw-Zlib-2.015.tar.gz

View File

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