summaryrefslogtreecommitdiff
path: root/normalize/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /normalize/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'normalize/Pkgfile')
-rw-r--r--normalize/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/normalize/Pkgfile b/normalize/Pkgfile
new file mode 100644
index 000000000..dd1a6eada
--- /dev/null
+++ b/normalize/Pkgfile
@@ -0,0 +1,17 @@
+# Description: normalize mp3 and wav files
+# URL: http://www.cs.columbia.edu/~cvaill/normalize/
+# Packager: Markus Heinz, su1690 at studserver dot uni-dortmund dot de
+# Maintainer: sten, nick dot steeves at shaw dot ca
+# Depends on: libmad
+
+name=normalize
+version=0.7.6
+release=1
+source=(http://www1.cs.columbia.edu/~cvaill/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --disable-nls --disable-xmms
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit