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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:51:59 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:51:59
  Author: felixonmars
Revision: 659450

archrelease: copy trunk to community-staging-x86_64

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

-----------------------+
 PKGBUILD              |   31 +++++++++++++++++++++++++++++++
 libstatgrab.changelog |   21 +++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libstatgrab/repos/community-staging-x86_64/PKGBUILD (from rev 659448, libstatgrab/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:51:59 UTC (rev 659450)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=libstatgrab
+pkgver=0.92
+pkgrel=2
+pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
+arch=('x86_64')
+url="https://www.i-scream.org/libstatgrab"
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196'
+            'SKIP')
+validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop <tim at bishnet.net>
+
+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 659448, libstatgrab/trunk/libstatgrab.changelog)
===================================================================
--- community-staging-x86_64/libstatgrab.changelog	                        (rev 0)
+++ community-staging-x86_64/libstatgrab.changelog	2020-07-07 16:51:59 UTC (rev 659450)
@@ -0,0 +1,21 @@
+2019-08-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libstatgrab 0.92-1
+
+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