# 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="" RESTRICT="nostrip nomirror" DEPEND=">=games-arcade/jumpnbump-1.4" S=${WORKDIR}/${P} src_unpack() { mkdir ${S} cd ${S} unpack ${A} for i in *.bz2 do bunzip2 -v ${i} done } src_compile() { einfo "Nothing to build" } src_install() { dodir ${GAMES_DATADIR}/jumpnbump cd ${S} cp *.dat ${D}${GAMES_DATADIR}/jumpnbump || die "cp failed" prepgamesdirs }