diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 06:26:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 06:26:50 +0000 |
commit | 4f424010291763e4564f0f5733806bc86f0f849e (patch) | |
tree | bed7e0fab933fd28b1232e926962c69a1178b563 /games-rpg/gwiz | |
parent | initial import. buig 26371 (diff) | |
download | historical-4f424010291763e4564f0f5733806bc86f0f849e.tar.gz historical-4f424010291763e4564f0f5733806bc86f0f849e.tar.bz2 historical-4f424010291763e4564f0f5733806bc86f0f849e.zip |
i lub rpgs
Diffstat (limited to 'games-rpg/gwiz')
-rw-r--r-- | games-rpg/gwiz/ChangeLog | 16 | ||||
-rw-r--r-- | games-rpg/gwiz/Manifest | 3 | ||||
-rw-r--r-- | games-rpg/gwiz/files/digest-gwiz-0.8 | 1 | ||||
-rw-r--r-- | games-rpg/gwiz/gwiz-0.8.ebuild | 25 |
4 files changed, 45 insertions, 0 deletions
diff --git a/games-rpg/gwiz/ChangeLog b/games-rpg/gwiz/ChangeLog new file mode 100644 index 000000000000..bce9ba9e8134 --- /dev/null +++ b/games-rpg/gwiz/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for app-games/gwiz +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.1 2003/09/10 06:26:50 vapier Exp $ + +*gwiz-0.8 (22 May 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> gwiz-0.8.ebuild : + Added KEYWORDS, SLOT. + + 22 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-rpg/gwiz/Manifest b/games-rpg/gwiz/Manifest new file mode 100644 index 000000000000..fa979be97cf3 --- /dev/null +++ b/games-rpg/gwiz/Manifest @@ -0,0 +1,3 @@ +MD5 cdc58e129b3dbc99a81a78a39229ea5e ChangeLog 779 +MD5 7076d1ca8dbee9f29d8cd37e9bab71d2 gwiz-0.8.ebuild 646 +MD5 9f61b384503a2dcf5615122aedba2ab9 files/digest-gwiz-0.8 62 diff --git a/games-rpg/gwiz/files/digest-gwiz-0.8 b/games-rpg/gwiz/files/digest-gwiz-0.8 new file mode 100644 index 000000000000..ec4e3cc6cc6f --- /dev/null +++ b/games-rpg/gwiz/files/digest-gwiz-0.8 @@ -0,0 +1 @@ +MD5 07bf2ee1690306bc5aecf756c620ef33 gwiz-0.8.tar.bz2 1141667 diff --git a/games-rpg/gwiz/gwiz-0.8.ebuild b/games-rpg/gwiz/gwiz-0.8.ebuild new file mode 100644 index 000000000000..9c85bf1291c4 --- /dev/null +++ b/games-rpg/gwiz/gwiz-0.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.1 2003/09/10 06:26:50 vapier Exp $ + +DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech" +SRC_URI="http://icculus.org/gwiz/${P}.tar.bz2" +HOMEPAGE="http://icculus.org/gwiz/" + +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" + +RDEPEND=">=media-libs/libsdl-1.2.3 + >=media-libs/sdl-image-1.2.1-r1 + >=media-libs/sdl-ttf-2.0.4" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + dodoc AUTHORS COPYING ChangeLog README doc/HOWTO-PLAY +} |