summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 16:42:24 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 16:42:24 +0000
commitecf3982082a9b9dfc4700db9a6a38324c7e98927 (patch)
treea9118aa7349fe10c468e6471d45149c163811ee7 /games-board/ggz-gtk-games/ggz-gtk-games-0.0.13.ebuild
parentit's with, not enable you emptybrained friend (diff)
downloadgentoo-2-ecf3982082a9b9dfc4700db9a6a38324c7e98927.tar.gz
gentoo-2-ecf3982082a9b9dfc4700db9a6a38324c7e98927.tar.bz2
gentoo-2-ecf3982082a9b9dfc4700db9a6a38324c7e98927.zip
Version bumped to 0.0.13 and closing bug #94367.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-board/ggz-gtk-games/ggz-gtk-games-0.0.13.ebuild')
-rw-r--r--games-board/ggz-gtk-games/ggz-gtk-games-0.0.13.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/games-board/ggz-gtk-games/ggz-gtk-games-0.0.13.ebuild b/games-board/ggz-gtk-games/ggz-gtk-games-0.0.13.ebuild
new file mode 100644
index 000000000000..799fe5f8b685
--- /dev/null
+++ b/games-board/ggz-gtk-games/ggz-gtk-games-0.0.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-games/ggz-gtk-games-0.0.13.ebuild,v 1.1 2006/03/24 16:42:24 wolf31o2 Exp $
+
+inherit games
+
+DESCRIPTION="These are the gtk versions of the games made by GGZ Gaming Zone"
+HOMEPAGE="http://www.ggzgamingzone.org/"
+SRC_URI="http://ftp.belnet.be/packages/ggzgamingzone/ggz/${PV}/${P}.tar.gz
+ http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="~games-board/ggz-gtk-client-0.0.13
+ =x11-libs/gtk+-2*"
+
+src_compile() {
+ egamesconf \
+ --enable-gtk2 \
+ --enable-noregistry=${GAMES_DATADIR}/ggz/ggz-gtk || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO
+ prepgamesdirs
+}