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: