Parent Directory
|
Revision Log
stable for x86 and amd64 (bug #307375) (Portage version: 2.1.8.3/cvs/Linux i686)
| 1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/nwn-penultima-1.ebuild,v 1.1 2010/01/25 02:03:45 calchan Exp $ |
| 4 | |
| 5 | inherit games |
| 6 | |
| 7 | DESCRIPTION="A parodic fantasy module for Neverwinter Nights" |
| 8 | HOMEPAGE="http://pixelscapes.com/penultima" |
| 9 | SRC_URI="http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1661/Penultima_0_Penultima_City.zip |
| 10 | http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1665/Penultima_1_Pest_Control.zip |
| 11 | http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1667/Penultima_2_Deweys_Decimal.zip |
| 12 | http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1669/Penultima_3_Hazard_Pay.zip |
| 13 | http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1671/Penultima_4_Clucking_Hositle.zip |
| 14 | http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1673/Penultima_5_Home_Sweet_Home.zip" |
| 15 | |
| 16 | LICENSE="as-is" |
| 17 | SLOT="0" |
| 18 | KEYWORDS="-* amd64 x86" |
| 19 | IUSE="" |
| 20 | |
| 21 | DEPEND="app-arch/unzip" |
| 22 | RDEPEND="games-rpg/nwn" |
| 23 | |
| 24 | src_install() { |
| 25 | insinto "${GAMES_PREFIX_OPT}"/nwn/modules |
| 26 | newins "Penultima City.mod" "Penultima 0 (Penultima City).mod" |
| 27 | newins "Pest Control.mod" "Penultima 1 (Pest Control).mod" |
| 28 | newins "Dewey's Decimal.mod" "Penultima 2 (Dewey's Decimal).mod" |
| 29 | newins "Hazard Pay.mod" "Penultima 3 (Hazard Pay).mod" |
| 30 | newins "Clucking Hostile.mod" "Penultima 4 (Clucking Hostile).mod" |
| 31 | newins "Home Sweet Home.mod" "Penultima 5 (Home Sweet Home).mod" |
| 32 | |
| 33 | insinto "${GAMES_PREFIX_OPT}"/nwn/penultima |
| 34 | doins *.txt |
| 35 | |
| 36 | prepgamesdirs |
| 37 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |