r545 - scripts/trunk

Gonéri Le Bouder goneri-guest at costa.debian.org
Tue Apr 25 12:46:00 UTC 2006


Author: goneri-guest
Date: 2006-04-25 12:45:59 +0000 (Tue, 25 Apr 2006)
New Revision: 545

Added:
   scripts/trunk/opencity.sh
Log:
opencity


Added: scripts/trunk/opencity.sh
===================================================================
--- scripts/trunk/opencity.sh	2006-04-24 15:46:55 UTC (rev 544)
+++ scripts/trunk/opencity.sh	2006-04-25 12:45:59 UTC (rev 545)
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+BUILDDIR=`pwd`
+RELEASE="0.0.3stable"
+DEBRELEASE=${RELEASE}-1
+PKG="opencity"
+URL="http://heanet.dl.sourceforge.net/sourceforge/opencity/$PKG-$RELEASE.tar.bz2"
+# 359340
+mkdir -p $BUILDDIR/upstream
+mkdir -p $BUILDDIR/build
+
+cd $BUILDDIR/upstream
+if [ ! -f  $PKG-$RELEASE.tar.gz ]
+then
+	wget $URL
+	bunzip2 $PKG-$RELEASE.tar.bz2
+	gzip $PKG-$RELEASE.tar
+fi
+
+cd $BUILDDIR/build
+cp ../upstream/$PKG-$RELEASE.tar.gz $PKG_$RELEASE.orig.tar.gz
+tar xfz $PKG_$RELEASE.orig.tar.gz
+cd $PKG-$RELEASE/
+rm -rf debian
+svn export svn://svn.debian.org/pkg-games/packages/enemylines/$PKG/tags/$DEBRELEASE/debian
+#svn export svn://svn.debian.org/pkg-games/packages/enemylines/enemylines3/trunk/debian


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




More information about the Pkg-games-devel mailing list