summaryrefslogtreecommitdiff
path: root/normalize/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /normalize/Pkgfile
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'normalize/Pkgfile')
-rw-r--r--normalize/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/normalize/Pkgfile b/normalize/Pkgfile
deleted file mode 100644
index 2d2c8253f..000000000
--- a/normalize/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: normalize mp3 and wav files
-# URL: http://normalize.nongnu.org/
-# Packager: Markus Heinz <su1690@studserver.uni-dortmund.de>
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Depends on: lame libmad
-
-name=normalize
-version=0.7.7
-release=1
-source="http://savannah.nongnu.org/download/normalize/normalize-$version.tar.gz"
-
-build()
-{
- cd $name-$version
- ./configure \
- --prefix=/usr \
- --disable-nls
- make
- make install DESTDIR=$PKG
- # Don't make and or use this for oggs. Use vorbisgain.
- rm $PKG/usr/bin/${name}-ogg
-}

Generated by cgit