madplay: gone missing and restored

This commit is contained in:
Han Boetes 2006-12-02 21:58:11 +01:00
parent 1e63d6663e
commit 6fec768bfc
3 changed files with 29 additions and 0 deletions

8
madplay/.footprint Normal file
View File

@ -0,0 +1,8 @@
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

1
madplay/.md5sum Normal file
View File

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

20
madplay/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: high-quality MPEG audio decoder
# URL: http://www.underbit.com/products/mad/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libmad libid3tag
name=madplay
version=0.15.2b
release=1
source="ftp://ftp.mars.org/pub/mpeg/madplay-$version.tar.gz"
build()
{
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
}