summaryrefslogtreecommitdiff
path: root/community/libstatgrab
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libstatgrab
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libstatgrab')
-rw-r--r--community/libstatgrab/PKGBUILD30
-rw-r--r--community/libstatgrab/libstatgrab.changelog11
2 files changed, 0 insertions, 41 deletions
diff --git a/community/libstatgrab/PKGBUILD b/community/libstatgrab/PKGBUILD
deleted file mode 100644
index 30b014b6b..000000000
--- a/community/libstatgrab/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 83514 2013-02-02 11:47:44Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Eric Belanger <eric@archlinux.org>
-# Contributor: Hugo Ideler <hugoideler@dse.nl>
-
-pkgname=libstatgrab
-pkgver=0.17
-pkgrel=3
-pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
-arch=('i686' 'x86_64')
-url="http://www.i-scream.org/libstatgrab"
-license=('LGPL' 'GPL')
-depends=('ncurses' 'perl')
-options=('!libtool' '!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/libstatgrab/libstatgrab.changelog b/community/libstatgrab/libstatgrab.changelog
deleted file mode 100644
index ee8f7860f..000000000
--- a/community/libstatgrab/libstatgrab.changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-2011-01-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * libstatgrab 0.17-1
-
-2010-07-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * rebuild for correct package naming
-
-2008-03-20 Eric Belanger <eric@archlinux.org>
-
- * libstatgrab 0.16-1
- * Upstream update
- * Added ChangeLog