[Lunar-commits] <moonbase> eduke32: new game
Duncan Gibson
engelsman at lunar-linux.org
Mon Jan 10 22:32:42 CET 2011
commit 34fc4fedbffb2d5fdc68083b229e27254337314b
Author: Paul Bredbury <brebs at sent.com>
Date: Mon Jan 10 22:32:42 2011 +0100
eduke32: new game
Looks great with the High Resolution Pack: http://hrp.duke4.net/
Note: zbeta module, use at your own risk - untested by me - engelsman
---
zbeta/eduke32/BUILD | 11 +++++++++++
zbeta/eduke32/DEPENDS | 2 ++
zbeta/eduke32/DETAILS | 26 ++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/zbeta/eduke32/BUILD b/zbeta/eduke32/BUILD
new file mode 100644
index 0000000..0118533
--- /dev/null
+++ b/zbeta/eduke32/BUILD
@@ -0,0 +1,11 @@
+(
+
+ # Based on http://aur.archlinux.org/packages.php?ID=14049
+ # and http://wiki.eduke32.com/wiki/Building_EDuke32_on_Linux
+ make &&
+
+ prepare_install &&
+
+ install -m755 {eduke,mapster}32 /usr/games/
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/eduke32/DEPENDS b/zbeta/eduke32/DEPENDS
new file mode 100644
index 0000000..73d2140
--- /dev/null
+++ b/zbeta/eduke32/DEPENDS
@@ -0,0 +1,2 @@
+depends SDL_mixer
+depends gtk+-2
diff --git a/zbeta/eduke32/DETAILS b/zbeta/eduke32/DETAILS
new file mode 100644
index 0000000..6557ba1
--- /dev/null
+++ b/zbeta/eduke32/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=eduke32
+ DATE=20100831
+ SVN=1705
+ VERSION=$DATE-$SVN
+ SOURCE=eduke32_src_${VERSION}.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eduke32_$VERSION
+ SOURCE_URL=http://dukeworld.duke4.net/eduke32/synthesis/$VERSION
+ SOURCE_VFY=sha1:7411ae2b84f1391013c77056b502f1d227ff0e87
+ WEB_SITE=http://eduke32.com/
+ ENTERED=20110102
+ UPDATED=20110102
+ SHORT="An advanced port of the classic FPS Duke Nukem 3D by 3D Realms"
+
+cat << EOF
+EDuke32 is an awesome, free homebrew game engine and source port of the
+classic PC first person shooter Duke Nukem 3D (Duke3D for short) to
+Windows, Linux, Mac OS X, FreeBSD, several handhelds, and to your
+family toaster. We've added all kinds of new renderers, tons of cool
+features and upgrades for regular players, and thousands of additional
+editing capabilities and scripting extensions for mod creators.
+
+Copy Duke3dw.GRP into ~/.eduke32/
+
+Optionally install & unzip the High Resolution Pack, so have e.g.:
+~/.eduke32/autoload/duke3d.grp/highres/textures/5090.jpg
+EOF
More information about the Lunar-commits
mailing list