1 # Packer: <csgeek@esamir.com>
3 pkgname=activemq-cpp-library
6 pkgdesc="CMS is a JMS-like API for C++ for interfacing with Message Brokers such as Apache ActiveMQ."
9 url="http://activemq.apache.org/cms/"
10 depends=('autoconf' 'apr-util' )
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')
23 cd ${pkgname}-${pkgver}
26 make DESTDIR=${pkgdir} install