cddb_get: removed.

This commit is contained in:
Tilman Sauerbeck 2008-04-11 12:19:21 +02:00
parent 657e4a6979
commit 9c61cc8fdb
3 changed files with 0 additions and 43 deletions

View File

@ -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

View File

@ -1 +0,0 @@
405a3704ad5db45f117cc7cc5bd1ce7c CDDB_get-2.27.tar.gz

View File

@ -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 '{}' \;
}