summaryrefslogtreecommitdiffstats
path: root/cdparanoia/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'cdparanoia/Pkgfile')
-rw-r--r--cdparanoia/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/cdparanoia/Pkgfile b/cdparanoia/Pkgfile
new file mode 100644
index 000000000..390750648
--- /dev/null
+++ b/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
+}