[Lunar-commits] <moonbase> ggz-python: python libs and games for ggz.
Florin Braescu
florin at lunar-linux.org
Tue Feb 26 17:08:54 CET 2008
commit 0ec7c773f7d4c96c7f0f5455cb1ecaccf8e616cc
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Feb 26 18:08:54 2008 +0200
ggz-python: python libs and games for ggz.
---
games/ggz-python/BUILD | 15 +++++++++++++++
games/ggz-python/DEPENDS | 2 ++
games/ggz-python/DETAILS | 19 +++++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/games/ggz-python/BUILD b/games/ggz-python/BUILD
new file mode 100644
index 0000000..242ce21
--- /dev/null
+++ b/games/ggz-python/BUILD
@@ -0,0 +1,15 @@
+(
+
+ . /etc/profile.d/qt3.rc
+
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/games/ggz-python/DEPENDS b/games/ggz-python/DEPENDS
new file mode 100644
index 0000000..335fb3d
--- /dev/null
+++ b/games/ggz-python/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends libggz
diff --git a/games/ggz-python/DETAILS b/games/ggz-python/DETAILS
new file mode 100644
index 0000000..370d8c2
--- /dev/null
+++ b/games/ggz-python/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=ggz-python
+ VERSION=0.0.14.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ftp.ggzgamingzone.org/pub/ggz/$VERSION
+ SOURCE_VFY=sha1:9a95c11bb8ea31761ee092477eada93ccbc6e096
+ WEB_SITE=http://www.ggzgamingzone.org
+ ENTERED=20080226
+ UPDATED=20080226
+ SHORT="the kde game modules of ggz - multiplayer gaming"
+
+cat <<EOF
+GGZ Gaming Zone is a way for people to play a variety of games across the
+Internet with both human and computer opponents. Similar to other such
+endeavors (by Microsoft and Yahoo), GGZ will support multiple rooms
+where players can login and chat across a table while they play their
+favorite games.
+
+This are the python libraries and games module pack.
+EOF
More information about the Lunar-commits
mailing list