summaryrefslogtreecommitdiff
path: root/testing/libgtop/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
commit3be02a9acbeb006d9a9e6136c54d91064cc7d80e (patch)
treeade247e1b6c47fbd7362273f59d3ae4f955587a7 /testing/libgtop/PKGBUILD
parent40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (diff)
Mon May 2 00:29:22 UTC 2011
Diffstat (limited to 'testing/libgtop/PKGBUILD')
-rw-r--r--testing/libgtop/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/libgtop/PKGBUILD b/testing/libgtop/PKGBUILD
deleted file mode 100644
index 889f6e279..000000000
--- a/testing/libgtop/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 120401 2011-04-23 20:45:46Z ibiru $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=libgtop
-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' '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=('2c866bd14b3cd78f78504cfb65baa105d62b8085c90e433ab9db97e050efea42')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --with-libgtop-smp
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}