r1023 - scripts/trunk

Gonéri Le Bouder goneri-guest at costa.debian.org
Wed Jul 12 09:27:00 UTC 2006


Author: goneri-guest
Date: 2006-07-12 09:27:00 +0000 (Wed, 12 Jul 2006)
New Revision: 1023

Removed:
   scripts/trunk/opencity.sh
Log:
this package IS svn-build ready


Deleted: scripts/trunk/opencity.sh
===================================================================
--- scripts/trunk/opencity.sh	2006-07-11 22:53:59 UTC (rev 1022)
+++ scripts/trunk/opencity.sh	2006-07-12 09:27:00 UTC (rev 1023)
@@ -1,26 +0,0 @@
-#!/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/$PKG/tags/$DEBRELEASE/debian
-#svn export svn://svn.debian.org/pkg-games/packages/$PKG/trunk/debian




More information about the Pkg-games-commits mailing list