2007-04-29 23:17:07 +02:00
|
|
|
# Description: Second generation of the XMMS music player
|
|
|
|
# URL: http://xmms2.sourceforge.net
|
|
|
|
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
|
2007-07-21 11:41:17 +02:00
|
|
|
# Depends on: libmad, sqlite3, python
|
2007-04-29 23:17:07 +02:00
|
|
|
# Nice to have: alsa-lib, curl, ecore, pyrex, ruby, samba
|
|
|
|
|
|
|
|
name=xmms2
|
2007-05-21 23:09:48 +02:00
|
|
|
version=0.2DrJekyll
|
2007-04-29 23:17:07 +02:00
|
|
|
release=1
|
|
|
|
|
|
|
|
source=(http://dl.sourceforge.net/xmms2/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2007-05-21 23:09:48 +02:00
|
|
|
./waf --prefix=/usr --with-mandir=/usr/man configure
|
|
|
|
./waf build
|
|
|
|
./waf --destdir=$PKG install
|
2007-04-29 23:17:07 +02:00
|
|
|
}
|