32 lines
1.2 KiB
Bash
32 lines
1.2 KiB
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild,v 1.2 2012/02/05 13:33:30 tomka Exp $
|
|
|
|
inherit games
|
|
|
|
DESCRIPTION="A parodic fantasy module for Neverwinter Nights"
|
|
HOMEPAGE="http://pixelscapes.com/penultima"
|
|
SRC_URI="http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1661/Penultima_0_Penultima_City.zip
|
|
http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1665/Penultima_1_Pest_Control.zip
|
|
http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1667/Penultima_2_Deweys_Decimal.zip
|
|
http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1669/Penultima_3_Hazard_Pay.zip
|
|
http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1671/Penultima_4_Clucking_Hositle.zip
|
|
http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1673/Penultima_5_Home_Sweet_Home.zip"
|
|
|
|
LICENSE="as-is"
|
|
SLOT="0"
|
|
KEYWORDS="-* ~amd64 x86"
|
|
IUSE=""
|
|
|
|
DEPEND="app-arch/unzip"
|
|
RDEPEND="games-rpg/nwn"
|
|
|
|
src_install() {
|
|
insinto "${GAMES_PREFIX_OPT}"/nwn/modules
|
|
doins *.mod
|
|
|
|
insinto "${GAMES_PREFIX_OPT}"/nwn/penultima
|
|
doins *.txt
|
|
|
|
prepgamesdirs
|
|
}
|