audio/xmms2: Updated for version 0.4DrKosmos
This commit is contained in:
parent
29e85c82e0
commit
e1e261a729
|
@ -4,6 +4,3 @@ flexible design. The goal is to make the system easy for developers to
|
|||
maintain and integrate with. In terms of the listening experience, XMMS2
|
||||
makes it possible for anyone to easily manage their music collection and to
|
||||
interact with it in a flexible manner.
|
||||
|
||||
To compile this package, you will need SQLite, which is also available
|
||||
from SlackBuilds.org.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PRGNAM=xmms2
|
||||
VERSION="0.4DrKosmos"
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -36,7 +36,7 @@ chmod -R u+w,go+r-w,a-s .
|
|||
export CCFLAGS="$SLKCFLAGS"
|
||||
export CXXFLAGS="$SLKCFLAGS"
|
||||
|
||||
./waf configure --prefix=/usr --with-perl-archdir=/usr/lib/perl5/vendor_perl/5.8.8
|
||||
./waf configure --prefix=/usr --with-perl-archdir=/usr/lib/perl5/vendor_perl/5.10.0
|
||||
./waf
|
||||
./waf install --destdir=$PKG
|
||||
|
||||
|
|
Loading…
Reference in New Issue