Bug 36155 - New ebuild: games-misc/robotfindskitten-1.4142135.406
Bug#: 36155 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: ryan@finnie.org
Component: Ebuilds
URL: 
Summary: New ebuild: games-misc/robotfindskitten-1.4142135.406
Keywords:  
Status Whiteboard: 
Opened: 2003-12-19 22:06 0000
Description:   Opened: 2003-12-19 22:06 0000
Help robot find kitten

Ebuild:

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Help robot find kitten"
HOMEPAGE="http://robotfindskitten.org/"
SRC_URI="http://robotfindskitten.org/download/POSIX/${PN}-v${PV}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"

DEPEND="sys-libs/ncurses"

src_compile() {
        econf
        make
}
src_install() {
        make execgamesdir=/usr/bin DESTDIR=${D} install
}


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Ryan Finnie 2003-12-28 21:07:03 0000 -------
Also verified working on sparc and amd64.

------- Comment #2 From SpanKY 2004-01-03 14:32:25 0000 -------
now in portage, thanks :)