mpg123-32: 1.16.0 -> 1.17.0

This commit is contained in:
Danny Rawlins 2014-01-05 14:35:20 +11:00
parent a8a21ca4ef
commit f6430ada5f
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
169cfc32b32b5cae99212fe8e4347215 mpg123-1.16.0.tar.bz2
7a76aa1e5e0f02f7ac6446f5ed95e229 mpg123-1.17.0.tar.bz2

View File

@ -4,12 +4,13 @@
# Depends on: libtool alsa-lib-32 mpg123
name=mpg123-32
version=1.16.0
version=1.17.0
release=1
source=(http://www.mpg123.de/download/mpg123-$version.tar.bz2)
build() {
cd mpg123-$version
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--host=i686-pc-linux-gnu \
@ -17,8 +18,9 @@ build() {
--with-module-suffix=.so \
--with-audio=alsa,oss,dummy \
--with-default-audio=alsa
make
make DESTDIR=$PKG install
rm -rf $PKG/{etc,var} $PKG/usr/{doc,bin,etc,include,man,sbin,share}
rm -r $PKG/usr/{bin,include,man}
}