1 # Maintainer: Chuan Ji <jichuan89[at]gmail[dot]com>
5 pkgdesc="Graphical CPU stats monitor in the system tray."
6 url="http://code.google.com/p/gatotray/"
8 license=('Creative Commons')
9 depends=('gtk2' 'xterm')
15 source=("http://gatotray.googlecode.com/files/gatotray-v2.0.tar.bz2")
16 md5sums=('eb1f92e923b0a5a93bcf53a25e6eed16')
19 cd "${srcdir}/${pkgname}"
24 cd "${srcdir}/${pkgname}"
26 install -Dm755 gatotray "${pkgdir}/usr/bin/gatotray"
29 # vim:set ts=2 sw=2 et: