contrib/xmms2/Pkgfile
2012-07-17 22:30:38 +02:00

21 lines
718 B
Plaintext

# Description: Second generation of the XMMS music player
# URL: http://xmms2.sourceforge.net
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Packager: Rene Lengwinat, rugek at dirtyhack dot net
# Depends on: libmad sqlite3 python glib
# Nice2have: ecore pyrex ruby samba ffmpeg faad2
name=xmms2
version=0.8
release=1
_codename=DrO_o
source=(http://download.sourceforge.net/project/$name/$name/${version}%20$_codename/$name-$version$_codename.tar.bz2)
build () {
cd $name-$version$_codename
./waf --prefix=/usr --mandir=/usr/man configure
./waf $(egrep -o '[-]j[[:space:]]*[[:digit:]]+' <<< "${MAKEFLAGS}") build
./waf --without-ldconfig --destdir=$PKG install
}