S=${WORKDIR}/${P} DESCRIPTION="gspy-applet is a GNOME 2 applet to monitor changes on remote servers. You can add a illimited number of sources to monitor. It is possible to detect changes in HTTP header fields, IP associated with domain name, page content, page status, page load time and so on." HOMEPAGE="http://gspy-applet.labs.libre-entreprise.org"/ SRC_URI="http://labs.libre-entreprise.org/download.php/169/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="gnome-base/gnome-panel >=sys-devel/gettext-0.10.35 net-libs/gnutls" src_compile() { econf || die emake || die } src_install () { einstall || die }