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

Sergej Pupykin spupykin at archlinux.org
Fri Feb 17 15:10:23 UTC 2017


    Date: Friday, February 17, 2017 @ 15:10:22
  Author: spupykin
Revision: 212926

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: poco/repos/community-testing-i686/PKGBUILD (from rev 212925, poco/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-02-17 15:10:22 UTC (rev 212926)
@@ -0,0 +1,40 @@
+# $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.7
+pkgrel=1
+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=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('chrpath')
+source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2")
+sha256sums=('79c0a853385f4012ae9eb7af19d03f2662162b8f81151886bfe3422a5b004aea')
+conflicts=('poco-dev')
+provides=('poco-dev')
+replaces=('poco-dev')
+
+build()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  ./configure --prefix=/usr --no-samples --no-tests --unbundled
+  make ODBCLIBDIR="/usr/lib"
+}
+
+package()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
+  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+
+  chrpath -d "${pkgdir}/usr/bin/cpspc"
+  chrpath -d "${pkgdir}/usr/bin/cpspcd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
+}

Copied: poco/repos/community-testing-x86_64/PKGBUILD (from rev 212925, poco/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-02-17 15:10:22 UTC (rev 212926)
@@ -0,0 +1,40 @@
+# $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.7
+pkgrel=1
+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=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('chrpath')
+source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2")
+sha256sums=('79c0a853385f4012ae9eb7af19d03f2662162b8f81151886bfe3422a5b004aea')
+conflicts=('poco-dev')
+provides=('poco-dev')
+replaces=('poco-dev')
+
+build()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  ./configure --prefix=/usr --no-samples --no-tests --unbundled
+  make ODBCLIBDIR="/usr/lib"
+}
+
+package()
+{
+  cd "${srcdir}/poco-${pkgver}-all"
+  make ODBCLIBDIR="/usr/lib" DESTDIR="${pkgdir}" install
+  install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+
+  chrpath -d "${pkgdir}/usr/bin/cpspc"
+  chrpath -d "${pkgdir}/usr/bin/cpspcd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpspd"
+  chrpath -d "${pkgdir}/usr/bin/f2cpsp"
+}



More information about the arch-commits mailing list