r1507 - scripts/trunk

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at costa.debian.org
Tue Sep 5 20:09:49 UTC 2006


Author: fuddl-guest
Date: 2006-09-05 20:09:48 +0000 (Tue, 05 Sep 2006)
New Revision: 1507

Added:
   scripts/trunk/gtkradiant-nexuiz-prepare.sh
Log:
prepare sources and build directories for the gtkradiant-nexuiz package

Added: scripts/trunk/gtkradiant-nexuiz-prepare.sh
===================================================================
--- scripts/trunk/gtkradiant-nexuiz-prepare.sh	                        (rev 0)
+++ scripts/trunk/gtkradiant-nexuiz-prepare.sh	2006-09-05 20:09:48 UTC (rev 1507)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+SVN=13
+VERSION=0.0.0+svn0$SVN
+
+rm -rf gtkradiant-nexuiz-$VERSION
+svn export -r$SVN https://zerowing.idsoftware.com/svn/radiant.gamepacks/NexuizPack/trunk gtkradiant-nexuiz-$VERSION || exit 1
+tar -czf gtkradiant-nexuiz-$VERSION.orig.tar.gz gtkradiant-nexuiz-$VERSION
+
+svn export svn://svn.debian.org/svn/pkg-games/packages/trunk/gtkradiant-nexuiz/debian gtkradiant-nexuiz-$VERSION/debian || exit 1


Property changes on: scripts/trunk/gtkradiant-nexuiz-prepare.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list