summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-12-05 11:19:15 +0000
committerHanno Böck <hanno@gentoo.org>2002-12-05 11:19:15 +0000
commit7bd0eccee40045eccfc58acdf7de481dfa668a96 (patch)
tree7b420ae19c9af70e3272ceca579ce4a07685e0f8 /sys-apps/i8kutils
parentatitvout moved, bug 11518 (diff)
downloadgentoo-2-7bd0eccee40045eccfc58acdf7de481dfa668a96.tar.gz
gentoo-2-7bd0eccee40045eccfc58acdf7de481dfa668a96.tar.bz2
gentoo-2-7bd0eccee40045eccfc58acdf7de481dfa668a96.zip
removed old location of atitvout
Diffstat (limited to 'sys-apps/i8kutils')
-rw-r--r--sys-apps/i8kutils/i8kutils-1.17.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/i8kutils/i8kutils-1.17.ebuild b/sys-apps/i8kutils/i8kutils-1.17.ebuild
index d208e72effd2..8bc783a2cd2e 100644
--- a/sys-apps/i8kutils/i8kutils-1.17.ebuild
+++ b/sys-apps/i8kutils/i8kutils-1.17.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i8kutils/i8kutils-1.17.ebuild,v 1.2 2002/11/09 05:14:16 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i8kutils/i8kutils-1.17.ebuild,v 1.3 2002/12/05 11:19:15 hanno Exp $
S=${WORKDIR}/${P}/
DESCRIPTION="Dell Inspiron and Latitude utilities"
SRC_URI="http://people.debian.org/~dz/i8k/${P}.tar.bz2"
HOMEPAGE="http://people.debian.org/~dz/i8k/"
-DEPEND="dev-lang/tcl"
+DEPEND="virtual/glibc
+ virtual/x11
+ >=dev-lang/tk-8.3.3"
LICENSE="GPL-2"
SLOT="0"
IUSE="tcltk"
@@ -14,13 +16,12 @@ KEYWORDS="~x86"
src_compile() {
- local target="i8kctl i8kbuttons"
- use tcltk && target="${target} i8kmon"
+ local target="all"
make ${target} || die
}
src_install() {
- dobin i8kbuttons i8kctl
+ dobin i8kbuttons i8kctl i8kfan i8kmon
use tcltk && dobin i8kmon
doman i8kbuttons.1 i8kctl.1
use tcltk && doman i8kmon.1