2007-04-29 23:17:07 +02:00
|
|
|
# Description: Second generation of the XMMS music player
|
2009-09-17 20:16:50 +02:00
|
|
|
# URL: http://xmms2.sourceforge.net
|
|
|
|
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
|
|
|
# Packager: Rene Lengwinat, rugek at dirtyhack dot net
|
2012-07-17 22:30:38 +02:00
|
|
|
# Depends on: libmad sqlite3 python glib
|
2009-09-17 20:16:50 +02:00
|
|
|
# Nice2have: ecore pyrex ruby samba ffmpeg faad2
|
2007-04-29 23:17:07 +02:00
|
|
|
|
|
|
|
name=xmms2
|
2011-12-03 17:40:23 +01:00
|
|
|
version=0.8
|
2010-02-27 11:35:36 +01:00
|
|
|
release=1
|
2011-12-03 17:40:23 +01:00
|
|
|
_codename=DrO_o
|
2007-04-29 23:17:07 +02:00
|
|
|
|
2010-09-28 21:01:41 +02:00
|
|
|
source=(http://download.sourceforge.net/project/$name/$name/${version}%20$_codename/$name-$version$_codename.tar.bz2)
|
2007-04-29 23:17:07 +02:00
|
|
|
|
|
|
|
build () {
|
2009-09-17 20:16:50 +02:00
|
|
|
cd $name-$version$_codename
|
2010-02-27 11:35:36 +01:00
|
|
|
./waf --prefix=/usr --mandir=/usr/man configure
|
2011-12-03 17:40:23 +01:00
|
|
|
./waf $(egrep -o '[-]j[[:space:]]*[[:digit:]]+' <<< "${MAKEFLAGS}") build
|
2010-02-27 11:35:36 +01:00
|
|
|
./waf --without-ldconfig --destdir=$PKG install
|
2007-04-29 23:17:07 +02:00
|
|
|
}
|