# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild,v 1.9 2004/06/28 20:46:24 agriffis Exp $ IUSE="" S="${WORKDIR}/${PN}" DESCRIPTION="CPU and SYS temperature dockapp" HOMEPAGE="http://www.fluxcode.net" SRC_URI="http://www.fluxcode.net/${P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="x86 -ppc -sparc amd64" DEPEND="sys-apps/lm-sensors >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/src sed -i -e "s:-Wall -g:\$(CFLAGS):" Makefile } src_compile() { emake || die "parallel make failed" } src_install() { cd ${S} dodoc BUGS CREDITS INSTALL README TODO cd ${S}/src dobin wmgtemp }