## GAI-Temp 0.1.1 ebuild ## inherit eutils IUSE="" MY_P=${P/_/} DESCRIPTION="GAI - Temp is an applet using GAI which displays the temperature of your cpu and harddisk using acpi, lm_sensors and the hddtemp daemon." HOMEPAGE="http://leidola.newcon.de/projekte/index.php?show=gai-temp" LICENSE="GPL-2" SRC_URI="http://leidola.newcon.de/daten/gai-temp/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc" DEPEND=">=x11-libs/gai-0.5.8" S=${WORKDIR}/${MY_P} src_unpack() { cd ${WORKDIR} unpack ${A} epatch ${FILESDIR}/gai-temp-sandbox_fix.patch } src_compile() { econf \ --prefix=${D}/usr || die emake || die } src_install() { einstall || die }