summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-03 22:32:18 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-03 22:32:18 +0000
commit6c41dde6386b00599fd11fde64675e1b4808231a (patch)
treee155af16b6290437082dacadb2f05cde7508398d /games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild
parentClosing #35283 (diff)
downloadgentoo-2-6c41dde6386b00599fd11fde64675e1b4808231a.tar.gz
gentoo-2-6c41dde6386b00599fd11fde64675e1b4808231a.tar.bz2
gentoo-2-6c41dde6386b00599fd11fde64675e1b4808231a.zip
initial ebuild #36155
Diffstat (limited to 'games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild')
-rw-r--r--games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild b/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild
new file mode 100644
index 000000000000..2caf64be3bb0
--- /dev/null
+++ b/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild,v 1.1 2004/01/03 22:32:18 vapier Exp $
+
+inherit games
+
+DESCRIPTION="Help robot find kitten"
+HOMEPAGE="http://robotfindskitten.org/"
+SRC_URI="mirror://sourceforge/rfk/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc amd64"
+
+DEPEND="sys-libs/ncurses"
+
+src_compile() {
+ egamesconf || die
+ emake || die
+}
+
+src_install() {
+ dogamesbin src/robotfindskitten
+ doinfo doc/robotfindskitten.info
+ dodoc AUTHORS BUGS ChangeLog NEWS README
+}