From ec63bf0b2aa743c007a46bb1587a5dbc0b5176a4 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 6 Mar 2018 19:37:34 +0000 Subject: libstatgrab: update to 0.91 --- abs/core/libstatgrab/PKGBUILD | 22 ++++++++++++---------- abs/core/libstatgrab/libstatgrab.changelog | 10 ++++++++++ 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 # Contributor: Eric Belanger # Contributor: Hugo Ideler 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 + * libstatgrab 0.91-1 + +2013-12-25 Jaroslav Lichtblau + * libstatgrab 0.17-4 static library removal + +2011-01-27 Jaroslav Lichtblau + * libstatgrab 0.17-1 + 2010-07-21 Jaroslav Lichtblau * rebuild for correct package naming @@ -6,3 +15,4 @@ * libstatgrab 0.16-1 * Upstream update * Added ChangeLog + -- cgit v0.12