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

This commit is contained in:
Your RealName 2008-12-19 23:33:45 +02:00
parent ddc3de8b56
commit 5347c38d5f
3 changed files with 0 additions and 41 deletions

View File

@ -1,21 +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/File/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/File/GlobMapper.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Base.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Base/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Compress/Base/Common.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/AnyUncompress.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Base.pm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/File::GlobMapper.3pm.gz
-r--r--r-- root/root usr/man/man3/IO::Compress::Base.3pm.gz
-r--r--r-- root/root usr/man/man3/IO::Uncompress::AnyUncompress.3pm.gz
-r--r--r-- root/root usr/man/man3/IO::Uncompress::Base.3pm.gz

View File

@ -1 +0,0 @@
009813067e40c73c28c23fde8d9abfd5 IO-Compress-Base-2.015.tar.gz

View File

@ -1,19 +0,0 @@
# Description: Base class for all IO::Compress and IO::Uncompress modules
# URL: http://search.cpan.org/~pmqs/IO-Compress-Base/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on:
name=p5-io-compress-base
version=2.015
release=1
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Base-$version.tar.gz)
build() {
cd IO-Compress-Base-$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 {} \;
}