[arch-commits] Commit in menu-cache/trunk (PKGBUILD)
Juergen Hoetzel
juergen at archlinux.org
Thu Apr 30 16:27:50 UTC 2009
Date: Thursday, April 30, 2009 @ 12:27:49
Author: juergen
Revision: 37091
fix #14505 and disable static build
Modified:
menu-cache/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-30 15:36:24 UTC (rev 37090)
+++ PKGBUILD 2009-04-30 16:27:49 UTC (rev 37091)
@@ -2,20 +2,22 @@
pkgname=menu-cache
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Caches to speed up freedesktop.org's application menus use."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('intltool')
+options=('!libtool')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
md5sums=('4537aba7abb379d5a055b2da5adb51bd')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc || return 1
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/menu-cache --disable-static || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
More information about the arch-commits
mailing list