# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Pack of maps for Jump and Bump" HOMEPAGE="http://jumpbump.mine.nu/" SRC_URI="http://www.gentoo-pt.org/~humpback/${PN}/${P}.tar" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=games-arcade/jumpnbump-1.4" S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd ${S} for i in *.bz2 do bunzip2 -v ${i} done } src_install() { dodir ${GAMES_DATADIR}/jumpnbump cp *.dat ${D}/${GAMES_DATADIR}/jumpnbump || die "cp failed" prepgamesdirs }