# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="IBAM - Intelligent BAttery Monitor" HOMEPAGE="http://ibam.sourceforge.net" SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/ibam/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc >=sys-apps/apmd-3.0.2-r3 >=gtk+-2.2.1 >=imlib-1.9.14-r1 >=gkrellm-2.1.7a" #RDEPEND="" src_compile() { make ibam || die make krell || die } src_install() { into /usr/local dobin ibam insinto /usr/lib/gkrellm2/plugins doins ibam-krell.so }