[arch-commits] Commit in poco/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Thu May 25 23:47:04 UTC 2017


    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+pub at sergej.pp.ru>
+# Maintainer: Ido Rosen <ido at kernel.org>
+# Contributor: Ross Whitfield <whitfieldre at 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+pub at sergej.pp.ru>
+# Maintainer: Ido Rosen <ido at kernel.org>
+# Contributor: Ross Whitfield <whitfieldre at 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"
+}



More information about the arch-commits mailing list