opt/cdparanoia/Pkgfile

16 lines
404 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: CDDA extraction tool with jitter correction
# URL: http://xiph.org/paranoia/
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
name=cdparanoia
2008-08-08 09:11:52 +02:00
version=10.1
2008-07-11 09:23:48 +02:00
release=1
source=(http://downloads.xiph.org/releases/$name/$name-III-$version.src.tgz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-III-$version
2008-07-11 09:23:48 +02:00
./configure --prefix=/usr
make -j1
2006-02-23 16:26:10 +01:00
make prefix=$PKG/usr install
}