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 | 1190b5814f7da41ef46d6f5758aa44b80e0e954f (patch) | |
tree | 410895ca938ddb9b4166f4850349a53245129e10 /games-rpg/gwiz/gwiz-0.8.ebuild | |
parent | initial import. buig 26371 (diff) | |
download | gentoo-2-1190b5814f7da41ef46d6f5758aa44b80e0e954f.tar.gz gentoo-2-1190b5814f7da41ef46d6f5758aa44b80e0e954f.tar.bz2 gentoo-2-1190b5814f7da41ef46d6f5758aa44b80e0e954f.zip |
i lub rpgs
Diffstat (limited to 'games-rpg/gwiz/gwiz-0.8.ebuild')
-rw-r--r-- | games-rpg/gwiz/gwiz-0.8.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
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 +} |