updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / vubat / PKGBUILD
blobd8bc85fe6fddad7848c2e65bbed698f47fe32a22
1 # Contributor: Derek 'tetonedge' Tucker <derek at tetonedge.net>
3 pkgname=vubat
4 pkgver=0.01
5 pkgrel=3
6 pkgdesc="system tray ibam frontend"
7 arch=('i686' 'x86_64')
8 url="http://ortling.com/vubat/index.html"
9 license=('GPL3')
10 depends=('ibam' 'python' 'pygtk' 'pygobject')
11 source=(http://ortling.com/vubat/$pkgname-$pkgver.tar.gz)
12 md5sums=('fafdd137ee589986e29e545f280f5a89')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   python setup.py build || return 1
17   python setup.py install --prefix=$pkgdir/usr