summaryrefslogtreecommitdiffstats
path: root/abs/core/libstatgrab
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-06 19:37:34 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-06 19:37:34 (GMT)
commitec63bf0b2aa743c007a46bb1587a5dbc0b5176a4 (patch)
tree4a4d5a758366aa62ca4c614b558de2ffc6c9d8e0 /abs/core/libstatgrab
parentbc6798c5e77489a0cb4ef34d6f067f1188b91b5d (diff)
downloadlinhes_pkgbuild-ec63bf0b2aa743c007a46bb1587a5dbc0b5176a4.zip
linhes_pkgbuild-ec63bf0b2aa743c007a46bb1587a5dbc0b5176a4.tar.gz
linhes_pkgbuild-ec63bf0b2aa743c007a46bb1587a5dbc0b5176a4.tar.bz2
libstatgrab: update to 0.91
Diffstat (limited to 'abs/core/libstatgrab')
-rw-r--r--abs/core/libstatgrab/PKGBUILD22
-rw-r--r--abs/core/libstatgrab/libstatgrab.changelog10
2 files changed, 22 insertions, 10 deletions
diff --git a/abs/core/libstatgrab/PKGBUILD b/abs/core/libstatgrab/PKGBUILD
index a531c26..14ca612 100644
--- a/abs/core/libstatgrab/PKGBUILD
+++ b/abs/core/libstatgrab/PKGBUILD
@@ -1,28 +1,30 @@
-# $Id: PKGBUILD 22416 2010-07-21 18:45:21Z jlichtblau $
+# $Id$
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>
pkgname=libstatgrab
-pkgver=0.16
+pkgver=0.91
pkgrel=2
pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.i-scream.org/libstatgrab"
license=('LGPL' 'GPL')
depends=('ncurses' 'perl')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
changelog=$pkgname.changelog
-source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/$pkgname-$pkgver.tar.gz)
-md5sums=('77582438274679a9641d043ddcccdd4e')
+source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
}
+
package() {
- cd ${srcdir}/$pkgname-$pkgver
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
}
diff --git a/abs/core/libstatgrab/libstatgrab.changelog b/abs/core/libstatgrab/libstatgrab.changelog
index b65782f..25a2ef3 100644
--- a/abs/core/libstatgrab/libstatgrab.changelog
+++ b/abs/core/libstatgrab/libstatgrab.changelog
@@ -1,3 +1,12 @@
+2014-11-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * libstatgrab 0.91-1
+
+2013-12-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * libstatgrab 0.17-4 static library removal
+
+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
@@ -6,3 +15,4 @@
* libstatgrab 0.16-1
* Upstream update
* Added ChangeLog
+