summaryrefslogtreecommitdiffstats
path: root/extra/cdparanoia/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/cdparanoia/Pkgfile')
-rw-r--r--extra/cdparanoia/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/cdparanoia/Pkgfile b/extra/cdparanoia/Pkgfile
new file mode 100644
index 000000000..b91a06412
--- /dev/null
+++ b/extra/cdparanoia/Pkgfile
@@ -0,0 +1,19 @@
+# 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=2
+source=(http://downloads.xiph.org/releases/cdparanoia/$name-III-$version.src.tgz\
+ cdparanoia-gcc43.patch)
+
+build() {
+ cd $name-III-$version
+ patch -Np1 -i ../cdparanoia-gcc43.patch
+ ./configure --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+}