summaryrefslogtreecommitdiffstats
path: root/cdparanoia/Pkgfile
blob: 3907506481fbafd8b1118b56e4d8c3e18830bc9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Outil CDDA avec correction de jitter
# URL: http://xiph.org/paranoia/
# Maintainer: NuTyX core team 
# Packager: thierryn1 at hispeed dot ch
# Depends on: 

name=cdparanoia
version=10.2
release=5
source=(http://downloads.xiph.org/releases/cdparanoia/$name-III-$version.src.tgz\
	http://nutyx.meticul.eu/files/patchs/$name/cdparanoia-gcc43.patch)

build() {
	cd $name-III-$version
	patch -Np1 -i ../cdparanoia-gcc43.patch
	./configure --prefix=/usr \
	--mandir=/usr/share/man
	
	unset MAKEFLAGS
	make
	make prefix=$PKG/usr MANDIR=$PKG/usr/share/man install
}