First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 36155
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Finnie <ryan@finnie.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 36155 depends on: Show dependency tree
Show dependency graph
Bug 36155 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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 :)

First Last Prev Next    No search results available      Search page      Enter new bug