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 <jer...@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

Reply via email to