Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36155 - New ebuild: games-misc/robotfindskitten-1.4142135.406
Summary: New ebuild: games-misc/robotfindskitten-1.4142135.406
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-19 22:06 UTC by Ryan Finnie
Modified: 2004-01-03 14:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Finnie 2003-12-19 22:06:01 UTC
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 Ryan Finnie 2003-12-28 21:07:03 UTC
Also verified working on sparc and amd64.
Comment 2 SpanKY gentoo-dev 2004-01-03 14:32:25 UTC
now in portage, thanks :)