19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
# Description: Second generation of the XMMS music player
|
|
# URL: http://xmms2.sourceforge.net
|
|
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
|
|
# Depends on: libmad, sqlite3, python
|
|
# Nice to have: alsa-lib, curl, ecore, pyrex, ruby, samba
|
|
|
|
name=xmms2
|
|
version=0.4DrKosmos
|
|
release=1
|
|
|
|
source=(http://dl.sourceforge.net/xmms2/$name-$version.tar.bz2)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
./waf --prefix=/usr --with-mandir=/usr/man configure
|
|
./waf build
|
|
./waf --destdir=$PKG install
|
|
}
|