contrib/xmms2/Pkgfile

21 lines
670 B
Plaintext
Raw Normal View History

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
# Depends on: libmad sqlite3 python
# Nice2have: ecore pyrex ruby samba ffmpeg faad2
2007-04-29 23:17:07 +02:00
name=xmms2
2010-02-27 11:35:36 +01:00
version=0.7
release=1
_codename=DrNo
2007-04-29 23:17:07 +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
./waf ${MAKEFLAGS:-\-j1} build
./waf --without-ldconfig --destdir=$PKG install
2007-04-29 23:17:07 +02:00
}