contrib/xmms2/Pkgfile

25 lines
839 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
2009-09-17 20:16:50 +02:00
version=0.6
release=2
2009-09-17 20:16:50 +02:00
_codename=DrMattDestruction
2007-04-29 23:17:07 +02:00
2010-02-04 16:22:07 +01:00
source=(http://dl.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
# no ldconfig and debugging stuff (force user specified cflags)
sed -i 's|/sbin/ldconfig|/bin/true|' wscript
sed -i -r 's/\+[[:space:]]+\[.-g.,[[:space:]]+.-O0.\]/ /' wscript
2009-09-17 20:16:50 +02:00
./waf --prefix=/usr --with-mandir=/usr/man -p configure
./waf build
./waf --destdir=$PKG install
2007-04-29 23:17:07 +02:00
}