[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Nov 9 22:35:37 UTC 2008
Date: Sunday, November 9, 2008 @ 17:35:36
Author: andyrtr
Revision: 18874
upgpkg: xfce4-mpc-plugin 0.3.3-2
Modified:
xfce4-mpc-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-09 22:29:40 UTC (rev 18873)
+++ PKGBUILD 2008-11-09 22:35:36 UTC (rev 18874)
@@ -4,7 +4,7 @@
pkgname=xfce4-mpc-plugin
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="plugin to control the music player daemon from the xfce4-panel"
arch=(i686 x86_64)
license=('GPL2')
@@ -17,9 +17,9 @@
md5sums=('b4f7f67589f34f77973a51dd5069712d')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list