# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Tetanus On Drugs simulates playing a Tetris clone under the influence of hallucinogenic drugs." HOMEPAGE="http://www.pineight.com/tod/" SRC_URI="http://www.pineight.com/pc/win${PN}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/allegro" S="${WORKDIR}" MY_DATADIR="${GAMES_DATADIR}/${P}" src_unpack() { unpack ${A} epatch ${FILESDIR}/allegro-config.patch sed -ie "s%idltd.dat%${MY_DATADIR}/idltd.dat%" rec.c } src_compile() { make -f makefile || die "make failed" } src_install() { dodoc readme.txt exeinto ${GAMES_BINDIR} insinto ${MY_DATADIR} doins idltd.dat newexe tod-debug.exe tod }