# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="A semi-realistic total conversion mod for UT2004" HOMEPAGE="http://www.majestic12.org/" SRC_URI="http://www.truegaming.nl/mj12/${PN}-v${PV}.zip" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="games-fps/ut2004" dir=${GAMES_PREFIX_OPT} src_install() { dodir ${dir}/ut2004 dodir /usr/games/bin cp -pfr ${WORKDIR}/* ${D}${dir}/ut2004 || die "Copy of the files failed" ln -sf ${D}${dir}/ut2004/mj12.sh ${D}/usr/games/bin/majestic12 || die "Symbolic link creation failed" } pkg_postinst() { games_pkg_postinst einfo "You can now run Majestic12 by typing majestic12\n" }