# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="UT doublejump modification" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://home.ict.nl/~mweterin/unreal/projects/doublejumput.html" # Point to any required sources; these will be automatically downloaded by # Portage. SRC_URI="http://home.ict.nl/~mweterin/unreal/downloads/doublejumput_non_umod.zip" LICENSE="as-is" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip || ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" RDEPEND="X? ( virtual/x11 )" S=${WORKDIR} src_install() { # move stuff around mkdir Help mv System/DoubleJumpUT.txt Help # install it all local dir=${GAMES_PREFIX_OPT}/unreal-tournament dodir ${dir} mv * ${D}/${dir}/ prepgamesdirs }