summaryrefslogtreecommitdiffstats
path: root/extra/cdparanoia/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:23:25 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:23:25 +0200
commitde151443311939712b6940a819210429cb13fc28 (patch)
treedb3f635e200b5107a85fb7af8bf1b980a05b39b8 /extra/cdparanoia/Pkgfile
parent863ac1f3c2bf7eb515409808802bda23d18099e3 (diff)
downloadnutyx-extra-de151443311939712b6940a819210429cb13fc28.tar.gz
nutyx-extra-de151443311939712b6940a819210429cb13fc28.tar.bz2
nutyx-extra-de151443311939712b6940a819210429cb13fc28.tar.xz
nutyx-extra-de151443311939712b6940a819210429cb13fc28.zip
cdparanoia dans extra
Diffstat (limited to 'extra/cdparanoia/Pkgfile')
-rw-r--r--extra/cdparanoia/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/cdparanoia/Pkgfile b/extra/cdparanoia/Pkgfile
new file mode 100644
index 000000000..390750648
--- /dev/null
+++ b/extra/cdparanoia/Pkgfile
@@ -0,0 +1,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
+}