# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="APM monitor for AfterStep" SRC_URI="http://www.tigr.net/afterstep/download/asapm/${P}.tar.gz" HOMEPAGE="http://www.tigr.net/afterstep/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="jpeg" DEPEND="virtual/x11 jpeg? ( media-libs/jpeg )" src_compile() { econf $(use_enable jpeg) || die "econf failed" emake || die "emake failed" } src_install () { dobin asapm newman asapm.man asapm.1 }