updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-stomppy / PKGBUILD
blob0b0d1e3696e6f03a1a53eed9ec25e158d9633b53
1 # Maintainer: Kevin Whitaker <eyecreate at gmail dot com>
3 pkgname=python-stomppy
4 pkgver=3.0.2
5 pkgrel=1
6 pkgdesc="Advanced STOMP client for Python 2 and 3"
7 arch=(any)
8 url="http://code.google.com/p/stomppy"
9 license=(Apache 2.0)
10 depends=(python)
11 makedepends=(python)
12 source=(http://stomppy.googlecode.com/files/stomp.py-$pkgver.tar.gz)
14 build() {
15      cd $srcdir/stomp.py-$pkgver
16      python setup.py install --root=$pkgdir
19 md5sums=('ae66302d04ff2607d737c5c154c1a5b3')