1 # Maintainer: Kevin Whitaker <eyecreate at gmail dot com>
6 pkgdesc="Advanced STOMP client for Python 2 and 3"
8 url="http://code.google.com/p/stomppy"
12 source=(http://stomppy.googlecode.com/files/stomp.py-$pkgver.tar.gz)
15 cd $srcdir/stomp.py-$pkgver
16 python setup.py install --root=$pkgdir
19 md5sums=('ae66302d04ff2607d737c5c154c1a5b3')