# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="A Sokoban-styled puzzle game with lots more action." HOMEPAGE="http://xpired.sourceforge.net" SRC_URI="mirror://sourceforge/xpired/${P}-linux_source.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/glibc media-libs/sdl-gfx media-libs/sdl-image media-libs/sdl-mixer" S=${WORKDIR}/${P} src_compile() { cd work/src make PREFIX=/usr/games SHARE_PREFIX=/usr/share/games/xpired || die } src_install() { cd ${P}/work/src make PREFIX=${D}/usr/games SHARE_PREFIX=${D}/usr/share/games/xpired \ install || die prepgamesdirs }