# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs DESCRIPTION="APM monitor for AfterStep" SRC_URI="http://www.tigr.net/afterstep/download/asapm/${P}.tar.gz" HOMEPAGE="http://www.tigr.net/afterstep/list.pl" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~sparc ~x86" IUSE="jpeg" RDEPEND="x11-libs/libXpm x11-libs/libSM jpeg? ( media-libs/jpeg )" DEPEND="${RDEPEND} x11-proto/xproto" src_compile() { econf $(use_enable jpeg) || die "econf failed" emake CC="$(tc-getCC)" || die "emake failed" } src_install() { dobin asapm newman asapm.man asapm.1 dodoc CHANGES README TODO NOTES }