From 3135ab20c9441023916acc460416192c9eb6952c Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:33:38 +0000 Subject: [PATCH] normalize: moved to attic --- normalize/.footprint | 9 --------- normalize/.md5sum | 1 - normalize/Pkgfile | 17 ----------------- 3 files changed, 27 deletions(-) delete mode 100644 normalize/.footprint delete mode 100644 normalize/.md5sum delete mode 100644 normalize/Pkgfile diff --git a/normalize/.footprint b/normalize/.footprint deleted file mode 100644 index 3a5ed2ea4..000000000 --- a/normalize/.footprint +++ /dev/null @@ -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 diff --git a/normalize/.md5sum b/normalize/.md5sum deleted file mode 100644 index 8587cefc0..000000000 --- a/normalize/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1749b16fc7a08aa5d0cf9f76eeaa8436 normalize-0.7.7.tar.bz2 diff --git a/normalize/Pkgfile b/normalize/Pkgfile deleted file mode 100644 index 74e32b1b4..000000000 --- a/normalize/Pkgfile +++ /dev/null @@ -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 -}