diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-12 17:37:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:37:27 +0200 |
commit | e1e261a729e1f1325a361da5e030d15a71b347c1 (patch) | |
tree | a2b4eaa8f9ab62ba7ad90e9d49a33bde9ed53900 /audio/xmms2 | |
parent | 29e85c82e0927e0f743d65e5cbd55d418d1cd726 (diff) | |
download | slackbuilds-e1e261a729e1f1325a361da5e030d15a71b347c1.tar.gz |
audio/xmms2: Updated for version 0.4DrKosmos
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/README | 3 | ||||
-rw-r--r-- | audio/xmms2/xmms2.SlackBuild | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/xmms2/README b/audio/xmms2/README index b9ef79a682..ae35ce57a1 100644 --- a/audio/xmms2/README +++ b/audio/xmms2/README @@ -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. diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild index 95f8ac18d8..404c2f037f 100644 --- a/audio/xmms2/xmms2.SlackBuild +++ b/audio/xmms2/xmms2.SlackBuild @@ -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 |