16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
# Description: CDDA extraction tool with jitter correction
|
|
# URL: http://xiph.org/paranoia/
|
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
|
|
|
name=cdparanoia
|
|
version=10.1
|
|
release=1
|
|
source=(http://downloads.xiph.org/releases/$name/$name-III-$version.src.tgz)
|
|
|
|
build () {
|
|
cd $name-III-$version
|
|
./configure --prefix=/usr
|
|
make -j1
|
|
make prefix=$PKG/usr install
|
|
}
|