opt/cddb_get/Pkgfile
2006-02-23 15:26:10 +00:00

19 lines
451 B
Plaintext

# 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.25
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
rm -f $PKG/usr/lib/perl5/5.8.2/linux/perllocal.pod
}