opt/mpg123/Pkgfile

20 lines
496 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Commandline MP3 player
# URL: http://www.mpg123.de
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2008-01-15 19:02:22 +01:00
# Depends on: libtool, alsa-lib
2006-02-23 16:26:10 +01:00
name=mpg123
2016-09-27 12:36:13 +02:00
version=1.23.8
2010-03-31 14:05:53 +02:00
release=1
2006-08-30 08:05:49 +02:00
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 \
2010-12-14 16:58:27 +01:00
--with-module-suffix=.so \
2008-02-01 12:35:45 +01:00
--with-audio=alsa,oss,dummy \
2008-01-15 19:02:22 +01:00
--with-default-audio=alsa
2006-08-30 08:05:49 +02:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}