From 3d4c2bf07dbdf58457b0bc98a61b82f61e448cd5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 9 Jan 2004 23:45:26 +0000 Subject: initial ebuild #37448 --- games-emulation/kigb/ChangeLog | 8 ++++++++ games-emulation/kigb/files/digest-kigb-1.5.4 | 1 + games-emulation/kigb/files/kigb | 14 ++++++++++++++ games-emulation/kigb/kigb-1.5.4.ebuild | 26 ++++++++++++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 games-emulation/kigb/ChangeLog create mode 100644 games-emulation/kigb/files/digest-kigb-1.5.4 create mode 100644 games-emulation/kigb/files/kigb create mode 100644 games-emulation/kigb/kigb-1.5.4.ebuild (limited to 'games-emulation/kigb') diff --git a/games-emulation/kigb/ChangeLog b/games-emulation/kigb/ChangeLog new file mode 100644 index 000000000000..c4e32a279992 --- /dev/null +++ b/games-emulation/kigb/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-emulation/kigb +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.1 2004/01/09 23:45:26 vapier Exp $ + +*kigb-1.5.4 (09 Jan 2004) + + 09 Jan 2004; Mike Frysinger : + Initial import. Ebuild submitted by Chris Aniszczyk #37448. diff --git a/games-emulation/kigb/files/digest-kigb-1.5.4 b/games-emulation/kigb/files/digest-kigb-1.5.4 new file mode 100644 index 000000000000..4d34127795e4 --- /dev/null +++ b/games-emulation/kigb/files/digest-kigb-1.5.4 @@ -0,0 +1 @@ +MD5 1c5edf87d6c81a491d2c62a883f4be47 kigb_lin.tar.gz 387833 diff --git a/games-emulation/kigb/files/kigb b/games-emulation/kigb/files/kigb new file mode 100644 index 000000000000..ae71ae9631dc --- /dev/null +++ b/games-emulation/kigb/files/kigb @@ -0,0 +1,14 @@ +#!/bin/bash + +if [ ! -d ${HOME}/.kigb ] ; then + mkdir -p ${HOME}/.kigb + cd ${HOME}/.kigb + + ln -s /opt/kigb/doc doc + ln -s /opt/kigb/kigb kigb +fi + +cd ${HOME}/.kigb +mkdir -p cfg inp rom save snap state + +exec ./kigb "$@" diff --git a/games-emulation/kigb/kigb-1.5.4.ebuild b/games-emulation/kigb/kigb-1.5.4.ebuild new file mode 100644 index 000000000000..acccb03827af --- /dev/null +++ b/games-emulation/kigb/kigb-1.5.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +inherit games + +DESCRIPTION="A Gameboy (GB, SGB, GBA) Emulator for Linux" +HOMEPAGE="http://kigb.emuunlim.com" +SRC_URI="http://kigb.emuunlim.com/${PN}_lin.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + +RDEPEND="dev-games/hawknl + virtual/x11 + virtual/glibc" + +S=${WORKDIR} + +src_install() { + local dir=${GAMES_PREFIX_OPT}/${PN} + dodir ${dir} + cp -rf * ${D}/${dir}/ + dogamesbin ${FILESDIR}/kigb + prepgamesdirs +} -- cgit v1.2.3-65-gdbad