opt/mpg123/Pkgfile

21 lines
520 B
Plaintext

# Description: Commandline MP3 player
# URL: http://www.mpg123.de
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: alsa-lib
name=mpg123
version=0.61
release=1
source=(http://www.mpg123.de/download/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-cpu=i586 \
--with-optimization=2 \
--with-audio=alsa \
--enable-gapless=yes
make
make DESTDIR=$PKG install
}