mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/qpid-proton to 0.32.0-2
This commit is contained in:
parent
e8242f1e76
commit
d682499e70
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,13 @@
|
||||||
|
|
||||||
pkgname=qpid-proton
|
pkgname=qpid-proton
|
||||||
pkgver=0.32.0
|
pkgver=0.32.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='High-performance, lightweight messaging library'
|
pkgdesc='High-performance, lightweight messaging library'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://qpid.apache.org/proton'
|
url='https://qpid.apache.org/proton'
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=('libjsoncpp.so' 'python')
|
depends=('libjsoncpp.so' 'python')
|
||||||
makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 'python-wheel' 'swig')
|
makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 'python-wheel' 'swig')
|
||||||
checkdepends=('python-tox')
|
|
||||||
source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz"
|
source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz"
|
||||||
'0001-PROTON-2268-Fix-the-fix-so-it-works-everywhere.patch')
|
'0001-PROTON-2268-Fix-the-fix-so-it-works-everywhere.patch')
|
||||||
sha512sums=('4d1265308b685d5cdd28fd8746f13704c6e36a8dc35a2c121e07b9db21cabaf440da8dd1cf76892fc366845e7f472af2c29ae94dedee19d53756bba2bd4470b6'
|
sha512sums=('4d1265308b685d5cdd28fd8746f13704c6e36a8dc35a2c121e07b9db21cabaf440da8dd1cf76892fc366845e7f472af2c29ae94dedee19d53756bba2bd4470b6'
|
||||||
|
@ -34,6 +33,7 @@ build() {
|
||||||
-DLIB_SUFFIX='' \
|
-DLIB_SUFFIX='' \
|
||||||
-DSYSINSTALL_BINDINGS=ON \
|
-DSYSINSTALL_BINDINGS=ON \
|
||||||
-DENABLE_LINKTIME_OPTIMIZATION=OFF \
|
-DENABLE_LINKTIME_OPTIMIZATION=OFF \
|
||||||
|
-DENABLE_TOX_TEST=OFF \
|
||||||
..
|
..
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue