#Maintainer: Xyne pkgname=unibrow pkgver=0.3 pkgrel=1 pkgdesc="A unicode character browser that sits in the tray." depends=('python' 'pygtk' 'gtk2') arch=('any') license=('GPL') url="http://xyne.archlinux.ca/info/${pkgname}" source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz) md5sums=('112f4415d0d7a8af433b82b8e335eb42') install=${pkgname}.install build() { install -D -m755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/${pkgname} } # vim: set ts=2 sw=2 et: