compat-32/mpg123-32/Pkgfile
2016-02-28 15:24:52 +11:00

26 lines
630 B
Plaintext

# Description: Commandline MP3 player
# URL: http://www.mpg123.de
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libtool alsa-lib-32 mpg123
name=mpg123-32
version=1.23.2
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 \
--with-module-suffix=.so \
--with-audio=alsa,oss,dummy \
--with-default-audio=alsa
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include,share/man,share}
}