# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Yet Another Configuration and Power Interface" HOMEPAGE="http://www.ngolde.de/yacpi.html" SRC_URI="http://www.ngolde.de/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=sys-libs/ncurses-5" RDEPEND="${DEPEND}" src_compile() { emake || die "emake failed" } src_install() { einstall || die "einstall failed" }