[arch-commits] Commit in qpid-proton (3 files)

Nicola Squartini tensor5 at archlinux.org
Fri Mar 16 08:09:56 UTC 2018


    Date: Friday, March 16, 2018 @ 08:09:55
  Author: tensor5
Revision: 308790

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/
  qpid-proton/repos/community-x86_64/PKGBUILD
    (from rev 308789, qpid-proton/trunk/PKGBUILD)
Modified:
  qpid-proton/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 trunk/PKGBUILD                  |    2 +-
 2 files changed, 35 insertions(+), 1 deletion(-)

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 308789, qpid-proton/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-03-16 08:09:55 UTC (rev 308790)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=qpid-proton
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('i686' 'x86_64')
+url='https://qpid.apache.org/proton/index.html'
+license=('Apache')
+depends=('libsasl' 'perl>=5.26' 'perl<5.27' 'python' 'ruby')
+makedepends=('cmake' 'doxygen' 'swig')
+source=("http://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
+md5sums=('ff0131cf76335a1ff9b9ddb077731b12')
+sha512sums=('81facd2d6dc690a5b5d8ed2278177396dba1f4d0868421b05870c4492953762f563a39a6160ab2aee378596e327f27864fc15bbfddfb1e5efdc4a4066610f84d')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    mkdir build
+    cd build
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DLIB_SUFFIX='' \
+        -DSYSINSTALL_BINDINGS=ON \
+        ..
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}/build
+
+    make DESTDIR="${pkgdir}" install
+}

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-03-16 08:07:51 UTC (rev 308789)
+++ trunk/PKGBUILD	2018-03-16 08:09:55 UTC (rev 308790)
@@ -5,7 +5,7 @@
 pkgver=0.21.0
 pkgrel=1
 pkgdesc='High-performance, lightweight messaging library'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='https://qpid.apache.org/proton/index.html'
 license=('Apache')
 depends=('libsasl' 'perl>=5.26' 'perl<5.27' 'python' 'ruby')



More information about the arch-commits mailing list