opt/mpg123/Pkgfile

21 lines
520 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Commandline MP3 player
# URL: http://www.mpg123.de
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2006-08-30 08:05:49 +02:00
# Depends on: alsa-lib
2006-02-23 16:26:10 +01:00
name=mpg123
2006-10-22 11:30:21 +02:00
version=0.61
2006-08-30 08:05:49 +02:00
release=1
source=(http://www.mpg123.de/download/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2006-08-30 08:05:49 +02:00
cd $name-$version
./configure --prefix=/usr \
--with-cpu=i586 \
--with-optimization=2 \
--with-audio=alsa \
--enable-gapless=yes
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}