opt/cdparanoia/Pkgfile

18 lines
496 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: CDDA extraction tool with jitter correction
2020-06-06 13:00:05 +02:00
# URL: https://xiph.org/paranoia/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=cdparanoia
2008-09-12 10:13:34 +02:00
version=10.2
release=2
2020-06-06 13:00:05 +02:00
source=(https://downloads.xiph.org/releases/$name/$name-III-$version.src.tgz
$name-$version-gcc43.patch)
2006-02-23 16:26:10 +01:00
build () {
cd $name-III-$version
patch -p0 -i $SRC/$name-$version-gcc43.patch
2008-07-11 09:23:48 +02:00
./configure --prefix=/usr
make -j1
make prefix=$PKG/usr MANDIR=$PKG/usr/share/man install
2006-02-23 16:26:10 +01:00
}