forked from ports/contrib
p5-compress-raw-bzip2: removed (is provided by new perl)
This commit is contained in:
parent
1f4f0b0162
commit
5dd9550b96
@ -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.10.0/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/Compress/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/Compress/Raw/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/linux/Compress/Raw/Bzip2.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/Compress/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/Compress/Raw/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/Compress/Raw/Bzip2/
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/Compress/Raw/Bzip2/Bzip2.so
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/Compress/Raw/Bzip2/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::Bzip2.3pm.gz
|
@ -1 +0,0 @@
|
||||
50f85a3ecab19fa6d2ca18b8f990f219 Compress-Raw-Bzip2-2.020.tar.gz
|
@ -1,20 +0,0 @@
|
||||
# Description: Low-Level Interface to bzip2 compression library
|
||||
# URL: http://search.cpan.org/~pmqs/Compress-Raw-Bzip2/
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on:
|
||||
|
||||
name=p5-compress-raw-bzip2
|
||||
version=2.020
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Compress-Raw-Bzip2-$version
|
||||
perl Makefile.PL
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make DESTDIR=$PKG install
|
||||
find $PKG -name .packlist -exec rm -f {} \;
|
||||
find $PKG -name "*.bs" -exec rm -f {} \;
|
||||
find $PKG -name perllocal.pod -exec rm -f {} \;
|
||||
find $PKG -depth -type d -empty -exec rm -rf {} \;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user