1 #Contributor: MiddleofDreams <middleofdreams at gmail dot com>
5 pkgdesc="GCounter is a small utility that allows you suspend/shutdown/reboot your computer at specific time."
7 url="http://middleofdreams.wordpress.com/gcounter"
9 depends=('python2' 'pygtk' 'gtk2')
11 optdepends=('python-notify: for notifications support')
12 source=(http://cloud.github.com/downloads/middleofdreams/$pkgname/$pkgname-$pkgver.tar.bz2 $pkgname.bin $pkgname.desktop)
13 md5sums=('d855abbe8dc2ae4f9f5e4993300beb36'
14 'f64292c0ddd732abadef119fece85169'
15 '6e687ebbb144c67f323d9964b966519e')
19 install -d $pkgdir/usr/{bin/,share/applications,share/gcounter}
21 install -Dm755 $srcdir/$pkgname.bin $pkgdir/usr/bin/$pkgname
22 install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/
23 cp -r $srcdir/$pkgname/ $pkgdir/usr/share/