# 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" S=${WORKDIR}/${P} src_install() { dodir /opt/ut2004 cp -pfr ${WORKDIR}/* ${D}/opt/ut2004 } pkg_postinst() { games_pkg_postinst ln -sf /opt/ut2003/mj12.sh /usr/games/bin/majestic12 chmod 755 /usr/games/bin/majestic12 einfo "You can now run Majestic12 by typing majestic12" } pkg_prerm() { unlink /usr/games/bin/majestic12 }