# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="The Community Expansion Pack is a high quality custom content addon" HOMEPAGE="http://nwn.bioware.com/players/cep.html" SRC_URI="cepv${PV//.}man.rar" LICENSE="as-is" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RESTRICT="fetch" DEPEND="app-arch/unrar" RDEPEND=">=games-rpg/nwn-1.65" S="${WORKDIR}" pkg_nofetch() { einfo "Please visit http://nwvault.ign.com/cep/downloads/" einfo "and download the .rar version." einfo "Then move the file you download to:" einfo "${DISTDIR}/${A}" } src_unpack() { unrar x ${A} || die "unpacking ${A}" } src_install() { dodir ${GAMES_PREFIX_OPT}/nwn mv * "${GAMES_PREFIX_OPT}/nwn/" || die "mv failed" prepgamesdirs }