madplay: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:30:54 +00:00
parent 3742eadf24
commit 64e1db4f35
3 changed files with 0 additions and 28 deletions

View File

@ -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

View File

@ -1 +0,0 @@
6814b47ceaa99880c754c5195aa1aac1 madplay-0.15.2b.tar.gz

View File

@ -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
}