diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/libstatgrab | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/libstatgrab')
-rw-r--r-- | community/libstatgrab/PKGBUILD | 10 | ||||
-rw-r--r-- | community/libstatgrab/libstatgrab.changelog | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/community/libstatgrab/PKGBUILD b/community/libstatgrab/PKGBUILD index e8a26dfaf..7bfa565e1 100644 --- a/community/libstatgrab/PKGBUILD +++ b/community/libstatgrab/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 99883 2013-10-31 02:16:04Z allan $ +# $Id: PKGBUILD 103029 2013-12-25 17:24:20Z 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 +pkgrel=4 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" @@ -17,14 +17,14 @@ source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgnam sha256sums=('bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88') build() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } diff --git a/community/libstatgrab/libstatgrab.changelog b/community/libstatgrab/libstatgrab.changelog index ee8f7860f..6b1e7f6db 100644 --- a/community/libstatgrab/libstatgrab.changelog +++ b/community/libstatgrab/libstatgrab.changelog @@ -1,3 +1,6 @@ +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 @@ -9,3 +12,4 @@ * libstatgrab 0.16-1 * Upstream update * Added ChangeLog + |