From 42663c691ca0a43bc07ff979da3239240955cc0b Mon Sep 17 00:00:00 2001 From: Bart Verwilst Date: Sat, 9 Feb 2002 12:15:28 +0000 Subject: initial ebuild, with SLOT --- app-misc/oneko/files/digest-oneko-1.2 | 1 + app-misc/oneko/oneko-1.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 app-misc/oneko/files/digest-oneko-1.2 create mode 100644 app-misc/oneko/oneko-1.2.ebuild (limited to 'app-misc/oneko') diff --git a/app-misc/oneko/files/digest-oneko-1.2 b/app-misc/oneko/files/digest-oneko-1.2 new file mode 100644 index 000000000000..9acbb89ea1e6 --- /dev/null +++ b/app-misc/oneko/files/digest-oneko-1.2 @@ -0,0 +1 @@ +MD5 890a476b54e13bfd4ab21440c6a5a8e2 oneko-1.2.tar.gz 56353 diff --git a/app-misc/oneko/oneko-1.2.ebuild b/app-misc/oneko/oneko-1.2.ebuild new file mode 100644 index 000000000000..c85fd982ad85 --- /dev/null +++ b/app-misc/oneko/oneko-1.2.ebuild @@ -0,0 +1,29 @@ +#Copyright 2002 Gentoo Technologies, Inc. +#Distributed under the terms of the GNU General Public License v2 +#Author John Stalker +#$Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.1 2002/02/09 12:15:28 verwilst Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A cat (or dog) which chases the mouse around the screen" +SRC_URI="http://agtoys.sourceforge.net/oneko/${P}.tar.gz" +HOMEPAGE="http://agtoys.sourceforge.net" +SLOT="0" +DEPEND="virtual/glibc + >=x11-base/xfree-4.1.0" + +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 +} + + -- cgit v1.2.3-65-gdbad