[arch-commits] CVS update of extra/lib/libgtop (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Apr 22 15:02:55 UTC 2007
Date: Sunday, April 22, 2007 @ 11:02:55
Author: jgc
Path: /home/cvs-extra/extra/lib/libgtop
Modified: PKGBUILD (1.13 -> 1.14)
upgpkg: libgtop 2.14.8-2
Move to /usr
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Index: extra/lib/libgtop/PKGBUILD
diff -u extra/lib/libgtop/PKGBUILD:1.13 extra/lib/libgtop/PKGBUILD:1.14
--- extra/lib/libgtop/PKGBUILD:1.13 Mon Feb 26 18:16:57 2007
+++ extra/lib/libgtop/PKGBUILD Sun Apr 22 11:02:55 2007
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD,v 1.13 2007/02/26 23:16:57 jgc Exp $
+# $Id: PKGBUILD,v 1.14 2007/04/22 15:02:55 jgc Exp $
# Maintainer: Jan de Groot <jgc at archlinux.org>
# Committer: Judd Vinet <jvinet at zeroflux.org>
pkgname=libgtop
pkgver=2.14.8
-pkgrel=1
+pkgrel=2
pkgdesc="A library that read information about processes and the running system"
arch=(i686 x86_64)
-depends=('glib2>=2.12.9' 'gdbm' 'libxau')
+license=('LGPL')
+depends=('glib2>=2.12.11' 'gdbm' 'libxau')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${pkgver}.tar.bz2)
options=('nolibtool')
-license=(GPL)
url="http://www.gnome.org/"
md5sums=('2110c4ee2358b3443512b3f353e85895')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/opt/gnome --with-libgtop-smp \
- --with-libgtop-inodedb --with-linux-table --disable-static
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --with-libgtop-smp --with-libgtop-inodedb \
+ --with-linux-table
make || return 1
make DESTDIR=${startdir}/pkg install
- rm -rf ${startdir}/pkg/opt/gnome/share/info
}
More information about the arch-commits
mailing list