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