diff --git a/madplay/.footprint b/madplay/.footprint new file mode 100644 index 000000000..287fc4306 --- /dev/null +++ b/madplay/.footprint @@ -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 diff --git a/madplay/.md5sum b/madplay/.md5sum new file mode 100644 index 000000000..189ccea5d --- /dev/null +++ b/madplay/.md5sum @@ -0,0 +1 @@ +6814b47ceaa99880c754c5195aa1aac1 madplay-0.15.2b.tar.gz diff --git a/madplay/Pkgfile b/madplay/Pkgfile new file mode 100644 index 000000000..e49aed2ef --- /dev/null +++ b/madplay/Pkgfile @@ -0,0 +1,20 @@ +# Description: high-quality MPEG audio decoder +# URL: http://www.underbit.com/products/mad/ +# Maintainer: Han Boetes +# Packager: Han Boetes +# 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 +}