updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / activemq-cpp-library / PKGBUILD
bloba5e6dbd2190c85426d9a81ae3cc08ece66305898
1 # Packer: <csgeek@esamir.com> 
3 pkgname=activemq-cpp-library
4 pkgver=3.4.0
5 pkgrel=1
6 pkgdesc="CMS is a JMS-like API for C++ for interfacing with Message Brokers such as Apache ActiveMQ."
7 arch=('i686' 'x86_64')
8 license=('Apache 2.0')
9 url="http://activemq.apache.org/cms/"
10 depends=('autoconf' 'apr-util' )
11 makedepends=('')
12 optdepends=()
13 options=()
14 provides=('activemq-cpp-library')
15 conflicts=('activemq-cpp-library')
16 source=(http://mirror.atlanticmetro.net/apache//activemq/activemq-cpp/source/${pkgname}-${pkgver}-src.tar.gz)
17 md5sums=('1e476bb5e8b98d095c0ac917ebd31026')
21 build() 
23   cd ${pkgname}-${pkgver}
24   ./configure
25   make
26   make DESTDIR=${pkgdir} install