diff options
Diffstat (limited to 'x11-plugins/gkacpi/gkacpi-0.5.ebuild')
-rw-r--r-- | x11-plugins/gkacpi/gkacpi-0.5.ebuild | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/x11-plugins/gkacpi/gkacpi-0.5.ebuild b/x11-plugins/gkacpi/gkacpi-0.5.ebuild index 15b5f60c44ab..8366495bbd6f 100644 --- a/x11-plugins/gkacpi/gkacpi-0.5.ebuild +++ b/x11-plugins/gkacpi/gkacpi-0.5.ebuild @@ -1,25 +1,14 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.9 2006/10/15 23:20:57 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.10 2007/03/09 15:52:57 lack Exp $ + +inherit gkrellm-plugin IUSE="" DESCRIPTION="ACPI monitor for Gkrellm" SRC_URI="http://uname.dyndns.org/~uname/files/gkacpi/${P}.tar.gz" HOMEPAGE="http://uname.dyndns.org/~uname/software.php" LICENSE="GPL-2" -DEPEND="dev-util/pkgconfig" -RDEPEND="${DEPEND} - =app-admin/gkrellm-2*" KEYWORDS="x86" SLOT="0" -src_compile() { - emake || die -} - -src_install () { - insinto /usr/lib/gkrellm2/plugins - doins gkacpi.so - - dodoc AUTHORS ChangeLog COPYING INSTALL README -} |