summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-29 10:10:43 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-29 10:10:43 +0000
commitb52281d7569c3e1f6b90b85de09926903d2ec49a (patch)
tree1faf6a4a94f003841be8cbd0697c8fadb1f992f7 /games-arcade/xbill
parentmetadata (diff)
downloadgentoo-2-b52281d7569c3e1f6b90b85de09926903d2ec49a.tar.gz
gentoo-2-b52281d7569c3e1f6b90b85de09926903d2ec49a.tar.bz2
gentoo-2-b52281d7569c3e1f6b90b85de09926903d2ec49a.zip
make it stable
Diffstat (limited to 'games-arcade/xbill')
-rw-r--r--games-arcade/xbill/xbill-2.1-r1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/games-arcade/xbill/xbill-2.1-r1.ebuild b/games-arcade/xbill/xbill-2.1-r1.ebuild
index 274c7da76bac..a24e10d5db62 100644
--- a/games-arcade/xbill/xbill-2.1-r1.ebuild
+++ b/games-arcade/xbill/xbill-2.1-r1.ebuild
@@ -1,26 +1,25 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.1 2004/01/24 13:20:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.2 2004/02/29 10:10:43 vapier Exp $
inherit games
DESCRIPTION="A game about evil hacker called Bill!"
-HOMEPAGE="http://www.xbill.org"
+HOMEPAGE="http://www.xbill.org/"
SRC_URI="http://www.xbill.org/download/${P}.tar.gz"
-KEYWORDS="x86 ppc ~amd64"
LICENSE="GPL-1"
SLOT="0"
-IUSE=""
+KEYWORDS="x86 ppc amd64"
-DEPEND=">=gtk+-1.0"
+DEPEND=">=x11-libs/gtk+-1.0"
src_compile() {
egamesconf --enable-gtk || die
emake || die "emake failed"
}
-src_install () {
+src_install() {
make DESTDIR="${D}" install || die "make install failed"
prepgamesdirs
}