[Lunar-commits] <moonbase> Nexuiz-Maps: a mappack for Nexuiz

Auke Kok sofar at foo-projects.org
Fri Jun 6 19:45:08 CEST 2008


commit 595aea402a06d2a76243f5e3e2b60f0bc55868de
Author: Christian Riggenbach <criggenbach at magahugu.net>
Date:   Fri Jun 6 19:45:08 2008 +0200

    Nexuiz-Maps: a mappack for Nexuiz
    
    This is the Mappack for Nexuiz.
---
 zbeta/Nexuiz-Maps/BUILD     |    5 +++++
 zbeta/Nexuiz-Maps/DEPENDS   |    2 ++
 zbeta/Nexuiz-Maps/DETAILS   |   18 ++++++++++++++++++
 zbeta/Nexuiz-Maps/PRE_BUILD |    5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/zbeta/Nexuiz-Maps/BUILD b/zbeta/Nexuiz-Maps/BUILD
new file mode 100644
index 0000000..020f531
--- /dev/null
+++ b/zbeta/Nexuiz-Maps/BUILD
@@ -0,0 +1,5 @@
+(
+  prepare_install
+  cp -r * /usr/share/games/Nexuiz/
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/Nexuiz-Maps/DEPENDS b/zbeta/Nexuiz-Maps/DEPENDS
new file mode 100644
index 0000000..2413865
--- /dev/null
+++ b/zbeta/Nexuiz-Maps/DEPENDS
@@ -0,0 +1,2 @@
+depends Nexuiz
+
diff --git a/zbeta/Nexuiz-Maps/DETAILS b/zbeta/Nexuiz-Maps/DETAILS
new file mode 100644
index 0000000..c825b60
--- /dev/null
+++ b/zbeta/Nexuiz-Maps/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=Nexuiz-Maps
+         VERSION=r2
+          SOURCE=nexmappack_$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=$SFORGE_URL/nexuiz
+      SOURCE_VFY=sha1:9d6780822bd682346e74b83e72fafbad45b1ad38
+        WEB_SITE=http://nexuiz.com
+         ENTERED=20050603
+         UPDATED=20070530
+           SHORT="a mappack for Nexuiz"
+
+cat << EOF
+This is a community map pack compiled by Strahlemann. It includes 35
+maps, and a campaign mode for the user to fight through. The map pack
+includes Quake3 communtiy maps, Nexuiz community maps, and some new
+maps from Nexuiz developers. Credit is given for all of the authors.
+To install it just unzip the file into your main Nexuiz directory.
+EOF
diff --git a/zbeta/Nexuiz-Maps/PRE_BUILD b/zbeta/Nexuiz-Maps/PRE_BUILD
new file mode 100644
index 0000000..6051aa0
--- /dev/null
+++ b/zbeta/Nexuiz-Maps/PRE_BUILD
@@ -0,0 +1,5 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY       &&
+cd $SOURCE_DIRECTORY                  &&
+unpack $SOURCE
+


More information about the Lunar-commits mailing list