diff --git a/cddb_get/.footprint b/cddb_get/.footprint deleted file mode 100644 index 96aa05844..000000000 --- a/cddb_get/.footprint +++ /dev/null @@ -1,23 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --r-xr-xr-x root/root usr/bin/cddb.pl -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/perl5/ -drwxr-xr-x root/root usr/lib/perl5/5.8.8/ -drwxr-xr-x root/root usr/lib/perl5/5.8.8/linux/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/CDDB_cache.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/CDDB_get.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/CDDB_cache/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/auto/CDDB_cache/autosplit.ix -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/auto/CDDB_get/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/auto/CDDB_get/autosplit.ix --r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/cddb.pl -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/auto/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/CDDB_get/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --r--r--r-- root/root usr/man/man3/CDDB_get.3pm.gz diff --git a/cddb_get/.md5sum b/cddb_get/.md5sum deleted file mode 100644 index 409605598..000000000 --- a/cddb_get/.md5sum +++ /dev/null @@ -1 +0,0 @@ -405a3704ad5db45f117cc7cc5bd1ce7c CDDB_get-2.27.tar.gz diff --git a/cddb_get/Pkgfile b/cddb_get/Pkgfile deleted file mode 100644 index f354a26bf..000000000 --- a/cddb_get/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Read the CDDB entry for an audio CD in your drive -# URL: http://armin.emx.at/cddb/ -# Packager: Daniel Mueller, danm at gmx dot li -# Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: perl - -name=cddb_get -version=2.27 -release=1 -source=(http://armin.emx.at/cddb/CDDB_get-$version.tar.gz) - -build(){ - cd CDDB_get-$version - perl Makefile.PL - make - make DESTDIR=$PKG install - find $PKG -name "perllocal.pod" -exec rm -f '{}' \; - find $PKG -name ".packlist" -exec rm -f '{}' \; -}