[arch-commits] Commit in qpid-proton/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Wed Aug 28 17:50:19 UTC 2019
Date: Wednesday, August 28, 2019 @ 17:50:19
Author: tensor5
Revision: 504352
archrelease: copy trunk to community-x86_64
Added:
qpid-proton/repos/community-x86_64/PKGBUILD
(from rev 504351, qpid-proton/trunk/PKGBUILD)
Deleted:
qpid-proton/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-28 17:50:04 UTC (rev 504351)
+++ PKGBUILD 2019-08-28 17:50:19 UTC (rev 504352)
@@ -1,42 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=(qpid-proton python2-qpid-proton)
-pkgver=0.28.0
-pkgrel=2
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig')
-source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
-sha512sums=('98c82db9a13543f81ccf0b5d6e4d2f18cb8446016969f3582fb7a50604a189b27c124eb9899887ba10405cce5d9ccb65fa385d57c60a511e5e067b77d74a3fa1')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- mkdir build
- cd build
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_SUFFIX='' \
- -DSYSINSTALL_BINDINGS=ON \
- ..
- make
-
- cd python/dist
- python2 setup.py build
-}
-
-package_qpid-proton() {
- depends=('jsoncpp' 'python' 'ruby')
-
- cd ${pkgname}-${pkgver}/build
- make DESTDIR="${pkgdir}" install
-}
-
-package_python2-qpid-proton() {
- depends=('python2')
-
- cd qpid-proton-${pkgver}/build/python/dist
- python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
-}
Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 504351, qpid-proton/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-28 17:50:19 UTC (rev 504352)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.29.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
+sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ mkdir build
+ cd build
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_SUFFIX='' \
+ -DSYSINSTALL_BINDINGS=ON \
+ ..
+ make
+
+ cd python/dist
+ python2 setup.py build
+}
+
+package_qpid-proton() {
+ depends=('jsoncpp' 'python' 'ruby')
+
+ cd ${pkgname}-${pkgver}/build
+ make DESTDIR="${pkgdir}" install
+}
+
+package_python2-qpid-proton() {
+ depends=('python2')
+
+ cd qpid-proton-${pkgver}/build/python/dist
+ python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+}
More information about the arch-commits
mailing list