summaryrefslogtreecommitdiff
path: root/extra/libgtop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgtop/PKGBUILD')
-rw-r--r--extra/libgtop/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/libgtop/PKGBUILD b/extra/libgtop/PKGBUILD
index a602fbea1..889f6e279 100644
--- a/extra/libgtop/PKGBUILD
+++ b/extra/libgtop/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 91991 2010-09-28 16:33:41Z ibiru $
+# $Id: PKGBUILD 120401 2011-04-23 20:45:46Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgtop
-pkgver=2.28.2
+pkgver=2.28.3
pkgrel=1
pkgdesc="A library that read information about processes and the running system"
arch=('i686' 'x86_64')
license=('LGPL')
-depends=('glib2>=2.26' 'libxau' 'texinfo')
-makedepends=('intltool')
+depends=('glib2' 'libxau' 'texinfo')
+makedepends=('intltool' 'gobject-introspection')
install=libgtop.install
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
options=('!libtool')
url="http://www.gnome.org/"
-sha256sums=('49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d')
+sha256sums=('2c866bd14b3cd78f78504cfb65baa105d62b8085c90e433ab9db97e050efea42')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,5 +21,9 @@ build() {
--localstatedir=/var --disable-static \
--with-libgtop-smp
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}