commit 64e1db4f35647b21bfc5289d8cbd58c02373d3a3 Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:30:54 2006 +0000 madplay: moved to attic diff --git a/madplay/.footprint b/madplay/.footprint deleted file mode 100644 index 287fc43..0000000 --- a/madplay/.footprint +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/abxtest --rwxr-xr-x root/root usr/bin/madplay -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/abxtest.1.gz --rw-r--r-- root/root usr/man/man1/madplay.1.gz diff --git a/madplay/.md5sum b/madplay/.md5sum deleted file mode 100644 index 189ccea..0000000 --- a/madplay/.md5sum +++ /dev/null @@ -1 +0,0 @@ -6814b47ceaa99880c754c5195aa1aac1 madplay-0.15.2b.tar.gz diff --git a/madplay/Pkgfile b/madplay/Pkgfile deleted file mode 100644 index 6d5e4e4..0000000 --- a/madplay/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: High-quality MPEG Audio Decoder -# URL: http://www.underbit.com/products/mad/ -# Maintainer: -# Packager: Robert McMeekin, rrm3 at rrm3 dot org -# Depends on: libid3tag, libmad - -name=madplay -version=0.15.2b -release=1 -source=(ftp://ftp.mars.org/pub/mpeg/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --enable-shared \ - --disable-nls - make - make DESTDIR=$PKG install -}