normalize: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:33:38 +00:00
parent f63ea49582
commit 3135ab20c9
3 changed files with 0 additions and 27 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/normalize
-rwxr-xr-x root/root usr/bin/normalize-mp3
lrwxrwxrwx root/root usr/bin/normalize-ogg -> normalize-mp3
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/normalize-mp3.1.gz
-rw-r--r-- root/root usr/man/man1/normalize.1.gz

View File

@ -1 +0,0 @@
1749b16fc7a08aa5d0cf9f76eeaa8436 normalize-0.7.7.tar.bz2

View File

@ -1,17 +0,0 @@
# 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:
# Depends on: libmad
name=normalize
version=0.7.7
release=1
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls --disable-xmms
make
make DESTDIR=$PKG install
}