# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils 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}" src_unpack() { unpack ${A} epatch ${FILESDIR}/allegro-config.patch } src_compile() { make -f makefile || die "make failed" echo "cd /usr/share/${P}/ ; /usr/bin/tod-bin" > tod } src_install() { dodoc readme.txt exeinto /usr/bin insinto /usr/share/${P}/ doins idltd.dat newexe tod-debug.exe tod-bin doexe tod }