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