[arch-commits] Commit in (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 19:27:16 UTC 2015
Date: Saturday, February 14, 2015 @ 20:27:15
Author: jleclanche
Revision: 127703
libsysstat: Upstream release 0.3.0 (Moved from AUR)
Added:
libsysstat/
libsysstat/repos/
libsysstat/trunk/
libsysstat/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Added: libsysstat/trunk/PKGBUILD
===================================================================
--- libsysstat/trunk/PKGBUILD (rev 0)
+++ libsysstat/trunk/PKGBUILD 2015-02-14 19:27:15 UTC (rev 127703)
@@ -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
+}
Property changes on: libsysstat/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list