summaryrefslogtreecommitdiff
path: root/community/xmms2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xmms2/PKGBUILD')
-rw-r--r--community/xmms2/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD
index a93021723..be146cdcc 100644
--- a/community/xmms2/PKGBUILD
+++ b/community/xmms2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 112700 2014-06-05 09:34:30Z spupykin $
+# $Id: PKGBUILD 113220 2014-06-16 10:32:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xmms2
pkgver=0.8DrO_o
-pkgrel=28
+pkgrel=29
pkgdesc="complete rewrite of the popular music player"
arch=('i686' 'x86_64')
url="http://xmms2.org/"
@@ -74,7 +74,8 @@ build() {
./waf configure --prefix=/usr \
--with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater \
--with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \
- --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'`
+ --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` \
+ --with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'`
./waf build
}