# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Shadow Warrior demo - data file" HOMEPAGE="http://www.3drealms.com/" SRC_URI="mirror://gentoo/swdemo-1.2.tar.bz2" LICENSE="AS-IS" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="nostrip" src_install() { insinto "${GAMES_DATADIR}/sw" doins "${WORKDIR}/sw.grp" prepgamesdirs } pkg_postinst() { games_pkg_postinst echo einfo "Emerge jfsw in order to play." }