forked from ports/contrib
21 lines
497 B
Plaintext
21 lines
497 B
Plaintext
# Description: control Audio CDs and manage information from CDDB and CDIndex
|
|
# URL: http://libcdaudio.sf.net
|
|
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
|
# Packager: Han Boetes <han@mijncomputer.nl>
|
|
# Depends on: libcdaudio
|
|
|
|
name=cdcd
|
|
version=0.6.6
|
|
release=1
|
|
source="http://dl.sourceforge.net/sourceforge/libcdaudio/$name-$version.tar.gz"
|
|
|
|
build()
|
|
{
|
|
cd $name-$version
|
|
./configure \
|
|
--prefix=/usr
|
|
make
|
|
make install DESTDIR=$PKG
|
|
rm -rf $PKG/usr/info/
|
|
}
|