r753 - scripts/trunk

Gonéri Le Bouder goneri-guest at costa.debian.org
Fri May 26 22:01:11 UTC 2006


Author: goneri-guest
Date: 2006-05-26 22:01:10 +0000 (Fri, 26 May 2006)
New Revision: 753

Added:
   scripts/trunk/teg.sh
Log:
new file


Added: scripts/trunk/teg.sh
===================================================================
--- scripts/trunk/teg.sh	2006-05-26 22:00:24 UTC (rev 752)
+++ scripts/trunk/teg.sh	2006-05-26 22:01:10 UTC (rev 753)
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+BUILDDIR=`pwd`
+RELEASE=0.11.1
+DEBRELEASE=${RELEASE}-3
+PKG="teg"
+TARBALL=$PKG"_$RELEASE.orig.tar.gz"
+URL="http://ftp.debian.org/debian/pool/main/t/teg/$TARBALL"
+
+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 $PKG-$RELEASE/
+svn export svn://svn.debian.org/pkg-games/packages/teg/trunk .


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




More information about the Pkg-games-commits mailing list