summaryrefslogtreecommitdiffstats
path: root/extra/normalize/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/normalize/Pkgfile')
-rw-r--r--extra/normalize/Pkgfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/normalize/Pkgfile b/extra/normalize/Pkgfile
deleted file mode 100644
index 13dc26376..000000000
--- a/extra/normalize/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Description: Permet d'ajuster le volume des fichiers WAV
-# URL: http://normalize.nongnu.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: audiofile, libmad
-# Run on: audiofile,libmad
-
-name=normalize
-version=0.7.7
-release=1
-source=( http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
-
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --with-audiofile \
- --with-mad \
- --infodir=/usr/share/info
- make
- make prefix=$PKG/usr \
- mandir=$PKG/usr/share/man \
- infodir=$PKG/usr/share/info \
- libdir=$PKG/usr/lib \
- sysconfdir=$PKG/etc install
-
-}
-