[arch-commits] Commit in libstatgrab/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 17:05:28 UTC 2015


    Date: Sunday, September 6, 2015 @ 19:05:28
  Author: foutrelis
Revision: 139276

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libstatgrab/repos/community-staging-i686/
  libstatgrab/repos/community-staging-i686/PKGBUILD
    (from rev 139275, libstatgrab/trunk/PKGBUILD)
  libstatgrab/repos/community-staging-i686/libstatgrab.changelog
    (from rev 139275, libstatgrab/trunk/libstatgrab.changelog)
  libstatgrab/repos/community-staging-x86_64/
  libstatgrab/repos/community-staging-x86_64/PKGBUILD
    (from rev 139275, libstatgrab/trunk/PKGBUILD)
  libstatgrab/repos/community-staging-x86_64/libstatgrab.changelog
    (from rev 139275, libstatgrab/trunk/libstatgrab.changelog)

------------------------------------------------+
 community-staging-i686/PKGBUILD                |   30 +++++++++++++++++++++++
 community-staging-i686/libstatgrab.changelog   |   18 +++++++++++++
 community-staging-x86_64/PKGBUILD              |   30 +++++++++++++++++++++++
 community-staging-x86_64/libstatgrab.changelog |   18 +++++++++++++
 4 files changed, 96 insertions(+)

Copied: libstatgrab/repos/community-staging-i686/PKGBUILD (from rev 139275, libstatgrab/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 17:05:28 UTC (rev 139276)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=libstatgrab
+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')
+url="http://www.i-scream.org/libstatgrab"
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+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
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: libstatgrab/repos/community-staging-i686/libstatgrab.changelog (from rev 139275, libstatgrab/trunk/libstatgrab.changelog)
===================================================================
--- community-staging-i686/libstatgrab.changelog	                        (rev 0)
+++ community-staging-i686/libstatgrab.changelog	2015-09-06 17:05:28 UTC (rev 139276)
@@ -0,0 +1,18 @@
+2014-11-06  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.91-1
+
+2013-12-25  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.17-4 static library removal
+
+2011-01-27  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.17-1
+
+2010-07-21  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* rebuild for correct package naming
+
+2008-03-20  Eric Belanger  <eric at archlinux.org>
+
+	* libstatgrab 0.16-1
+	* Upstream update
+	* Added ChangeLog
+

Copied: libstatgrab/repos/community-staging-x86_64/PKGBUILD (from rev 139275, libstatgrab/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 17:05:28 UTC (rev 139276)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=libstatgrab
+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')
+url="http://www.i-scream.org/libstatgrab"
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+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
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: libstatgrab/repos/community-staging-x86_64/libstatgrab.changelog (from rev 139275, libstatgrab/trunk/libstatgrab.changelog)
===================================================================
--- community-staging-x86_64/libstatgrab.changelog	                        (rev 0)
+++ community-staging-x86_64/libstatgrab.changelog	2015-09-06 17:05:28 UTC (rev 139276)
@@ -0,0 +1,18 @@
+2014-11-06  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.91-1
+
+2013-12-25  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.17-4 static library removal
+
+2011-01-27  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.17-1
+
+2010-07-21  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* rebuild for correct package naming
+
+2008-03-20  Eric Belanger  <eric at archlinux.org>
+
+	* libstatgrab 0.16-1
+	* Upstream update
+	* Added ChangeLog
+



More information about the arch-commits mailing list