You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/oneko/oneko-1.2.ebuild

34 lines
777 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.19 2012/11/16 14:41:39 ulm Exp $
DESCRIPTION="A cat (or dog) which chases the mouse around the screen"
HOMEPAGE="http://agtoys.sourceforge.net"
SRC_URI="http://agtoys.sourceforge.net/oneko/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="x86 amd64 ppc ppc64"
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext"
DEPEND="${RDEPEND}
x11-misc/gccmakedep
x11-misc/imake
app-text/rman
x11-proto/xextproto"
src_compile() {
xmkmf -a || die
emake || die
}
src_install() {
into /usr
dobin oneko
mv oneko._man oneko.1x
doman oneko.1x
dodoc oneko.1x.html oneko.1.html README README-NEW
}