#Maintainer: Xyne pkgname=pystopwatch pkgver=2010.07.14.1 pkgrel=1 pkgdesc="A stopwatch written in python with a clock and two countdown functions that can minimize to the tray." depends=('python' 'pygtk' 'gtk2') arch=('any') license=('GPL') url="http://xyne.archlinux.ca/projects/${pkgname}" source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz) md5sums=('fe2a96c2faf834d5ff6f825310000fa6') build() { install -D -m755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/${pkgname} install -D -m644 $srcdir/$pkgname/man/$pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz } # vim: set ts=2 sw=2 et: