opt/mpg123/Pkgfile

21 lines
542 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
2008-01-15 19:02:22 +01:00
# Depends on: libtool, alsa-lib
2006-02-23 16:26:10 +01:00
name=mpg123
2008-01-15 19:02:22 +01:00
version=1.1.0
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 \
2006-12-24 12:44:54 +01:00
--mandir=/usr/man \
2007-06-05 07:46:46 +02:00
--with-cpu=x86 \
2008-01-15 19:02:22 +01:00
--with-audio="alsa oss dummy" \
--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
}