Date: Monday, June 15, 2015 @ 23:33:47
  Author: arojas
Revision: 240934

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

Added:
  libkvkontakte/repos/
  libkvkontakte/repos/staging-i686/
  libkvkontakte/repos/staging-i686/PKGBUILD
    (from rev 240933, libkvkontakte/trunk/PKGBUILD)
  libkvkontakte/repos/staging-x86_64/
  libkvkontakte/repos/staging-x86_64/PKGBUILD
    (from rev 240933, libkvkontakte/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libkvkontakte/repos/staging-i686/PKGBUILD (from rev 240933, 
libkvkontakte/trunk/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD                         (rev 0)
+++ repos/staging-i686/PKGBUILD 2015-06-15 21:33:47 UTC (rev 240934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas <[email protected]>
+
+pkgname=libkvkontakte
+pkgver=4.11.0
+pkgrel=1
+pkgdesc="C++ library for asynchronous interaction with VK social network via 
its web API"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/libs/libkvkontakte'
+license=(GPL)
+depends=(kdelibs qjson)
+makedepends=(cmake automoc4)
+source=("http://download.kde.org/stable/$pkgname//$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('7e7f694b19d11d5ba2ed87f62c4b7b8bd8afc78c')
+
+prepare() {
+  mkdir -p build 
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkvkontakte/repos/staging-x86_64/PKGBUILD (from rev 240933, 
libkvkontakte/trunk/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD                               (rev 0)
+++ repos/staging-x86_64/PKGBUILD       2015-06-15 21:33:47 UTC (rev 240934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas <[email protected]>
+
+pkgname=libkvkontakte
+pkgver=4.11.0
+pkgrel=1
+pkgdesc="C++ library for asynchronous interaction with VK social network via 
its web API"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/libs/libkvkontakte'
+license=(GPL)
+depends=(kdelibs qjson)
+makedepends=(cmake automoc4)
+source=("http://download.kde.org/stable/$pkgname//$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('7e7f694b19d11d5ba2ed87f62c4b7b8bd8afc78c')
+
+prepare() {
+  mkdir -p build 
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to