[arch-commits] Commit in libsysstat/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Sep 18 19:19:42 UTC 2018


    Date: Tuesday, September 18, 2018 @ 19:19:41
  Author: felixonmars
Revision: 383195

archrelease: copy trunk to community-testing-x86_64

Added:
  libsysstat/repos/community-testing-x86_64/
  libsysstat/repos/community-testing-x86_64/PKGBUILD
    (from rev 383194, libsysstat/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: libsysstat/repos/community-testing-x86_64/PKGBUILD (from rev 383194, libsysstat/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-09-18 19:19:41 UTC (rev 383195)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libsysstat
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("x86_64")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("lxqt-build-tools")
+source=(
+	"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha512sums=('e0f6497be9a7205b6053cdae0fcd88d8b4723489ca97f1ed2cf6704cae149abc3f3339c777aca638abb054e171c6e592b5a10c129aff0a1f42083bd91ab11eb5'
+            'SKIP')
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=/usr/lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list