r437 - scripts/trunk

Jean Parpaillon artefact-guest at costa.debian.org
Wed Apr 5 17:37:12 UTC 2006


Author: artefact-guest
Date: 2006-04-05 17:37:12 +0000 (Wed, 05 Apr 2006)
New Revision: 437

Added:
   scripts/trunk/wormux.sh
Log:
Added wormux.sh script



Added: scripts/trunk/wormux.sh
===================================================================
--- scripts/trunk/wormux.sh	2006-04-05 17:04:00 UTC (rev 436)
+++ scripts/trunk/wormux.sh	2006-04-05 17:37:12 UTC (rev 437)
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+BUILDDIR=`pwd`
+RELEASE=0.7
+DEBRELEASE=${RELEASE}-1
+TARBALL="wormux_$RELEASE.orig.tar.gz"
+URL="http://download.gna.org/wormux/wormux-$RELEASE.tar.gz"
+
+
+mkdir -p $BUILDDIR/upstream
+mkdir -p $BUILDDIR/build
+
+cd $BUILDDIR/upstream
+if [ ! -f  $TARBALL ]
+then
+	wget -O $TARBALL $URL
+fi
+
+cd $BUILDDIR/build
+cp ../upstream/$TARBALL .
+tar xfz $TARBALL 
+cd wormux-$RELEASE/
+rm -rf debian
+svn export svn://svn.debian.org/pkg-games/packages/wormux/trunk/debian


Property changes on: scripts/trunk/wormux.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-devel mailing list