diff --git a/p5-compress-raw-bzip2/.footprint b/p5-compress-raw-bzip2/.footprint deleted file mode 100644 index 87c376c41..000000000 --- a/p5-compress-raw-bzip2/.footprint +++ /dev/null @@ -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 diff --git a/p5-compress-raw-bzip2/.md5sum b/p5-compress-raw-bzip2/.md5sum deleted file mode 100644 index 606a2a9d6..000000000 --- a/p5-compress-raw-bzip2/.md5sum +++ /dev/null @@ -1 +0,0 @@ -50f85a3ecab19fa6d2ca18b8f990f219 Compress-Raw-Bzip2-2.020.tar.gz diff --git a/p5-compress-raw-bzip2/Pkgfile b/p5-compress-raw-bzip2/Pkgfile deleted file mode 100644 index cc70a9a5f..000000000 --- a/p5-compress-raw-bzip2/Pkgfile +++ /dev/null @@ -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 {} \; -}