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

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 19:30:43 UTC 2015


    Date: Saturday, February 14, 2015 @ 20:30:43
  Author: jleclanche
Revision: 127704

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

Added:
  libsysstat/repos/community-i686/
  libsysstat/repos/community-i686/PKGBUILD
    (from rev 127703, libsysstat/trunk/PKGBUILD)
  libsysstat/repos/community-x86_64/
  libsysstat/repos/community-x86_64/PKGBUILD
    (from rev 127703, libsysstat/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libsysstat/repos/community-i686/PKGBUILD (from rev 127703, libsysstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-14 19:30:43 UTC (rev 127704)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libsysstat
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("ab6405ac1c2e547ab07c03556b356a462caf40bfb8c885f3ff6b6df82f012718")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: libsysstat/repos/community-x86_64/PKGBUILD (from rev 127703, libsysstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-14 19:30:43 UTC (rev 127704)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libsysstat
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("ab6405ac1c2e547ab07c03556b356a462caf40bfb8c885f3ff6b6df82f012718")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list