summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2006-10-15 23:20:57 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2006-10-15 23:20:57 +0000
commitccd23cc54e05bb06696416ddcde3e79a92eeac2d (patch)
tree6a2fee26ab57c25fbffc004ddce9cac294ca94de /x11-plugins/gkacpi/gkacpi-2.0.4.ebuild
parentStable on alpha wrt security Bug #144862. (diff)
downloadgentoo-2-ccd23cc54e05bb06696416ddcde3e79a92eeac2d.tar.gz
gentoo-2-ccd23cc54e05bb06696416ddcde3e79a92eeac2d.tar.bz2
gentoo-2-ccd23cc54e05bb06696416ddcde3e79a92eeac2d.zip
fix #150640 and new version.
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/gkacpi/gkacpi-2.0.4.ebuild')
-rw-r--r--x11-plugins/gkacpi/gkacpi-2.0.4.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild b/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild
new file mode 100644
index 000000000000..2868e9c3ab0c
--- /dev/null
+++ b/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild,v 1.1 2006/10/15 23:20:57 bass Exp $
+
+IUSE=""
+DESCRIPTION="ACPI monitor for Gkrellm"
+SRC_URI="mirror://sourceforge/gkacpi/${PN}2-0.4.tar.gz"
+HOMEPAGE="http://gkacpi.sf.net"
+LICENSE="GPL-2"
+DEPEND="dev-util/pkgconfig"
+RDEPEND="${DEPEND}
+ =app-admin/gkrellm-2*"
+KEYWORDS="~x86"
+SLOT="0"
+
+S="${WORKDIR}/${PN}2-0.4"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ insinto /usr/lib/gkrellm2/plugins
+ doins gkacpi2.so
+
+ dodoc AUTHORS ChangeLog COPYING INSTALL README
+}