# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games-ut2k4mappack MY_P="ucmp-volume2.zip" DESCRIPTION="UT2004 Bonus Pack - Ultimate Community Map Pack Volume 2" HOMEPAGE="http://www.ucmappack.org/" SRC_URI="mirror://beyondunreal/mods/${MY_P}" RDEPEND="${RDEPEND} games-fps/ut2004-bonuspack-ece" DEPEND="${RDEPEND} app-arch/unzip" src_install() { dodir ${dir}/Screenshots cp -r ${S}/Screenshots/* ${Ddir}/Screenshots \ || die "copying Screenshots" games-ut2k4mappack_src_install }