Date: Sunday, December 6, 2015 @ 21:44:50
  Author: foutrelis
Revision: 149196

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: libsysstat/repos/community-staging-i686/PKGBUILD (from rev 149195, 
libsysstat/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 20:44:50 UTC (rev 149196)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=libsysstat
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=(
+       "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+       "88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
+       "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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
+}

Copied: libsysstat/repos/community-staging-x86_64/PKGBUILD (from rev 149195, 
libsysstat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 20:44:50 UTC (rev 149196)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=libsysstat
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=(
+       "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+       "88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
+       "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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
+}

Reply via email to