Date: Thursday, May 25, 2017 @ 23:47:04
  Author: foutrelis
Revision: 230333

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

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

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

Copied: poco/repos/community-staging-i686/PKGBUILD (from rev 230332, 
poco/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-05-25 23:47:04 UTC (rev 230333)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru>
+# Maintainer: Ido Rosen <i...@kernel.org>
+# Contributor: Ross Whitfield <whitfiel...@ornl.gov>
+# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com>
+# Contributor: Christopher Reimer <vdr4arch at creimer dot net>
+
+pkgname=poco
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=2
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('libmariadb' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    ..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Copied: poco/repos/community-staging-x86_64/PKGBUILD (from rev 230332, 
poco/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 23:47:04 UTC (rev 230333)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru>
+# Maintainer: Ido Rosen <i...@kernel.org>
+# Contributor: Ross Whitfield <whitfiel...@ornl.gov>
+# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com>
+# Contributor: Christopher Reimer <vdr4arch at creimer dot net>
+
+pkgname=poco
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=2
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('libmariadb' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    ..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Reply via email to