r1026 - scripts/trunk

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


Author: goneri-guest
Date: 2006-07-12 09:32:06 +0000 (Wed, 12 Jul 2006)
New Revision: 1026

Removed:
   scripts/trunk/teg.sh
Log:
svn-buildpackage ready.


Deleted: scripts/trunk/teg.sh
===================================================================
--- scripts/trunk/teg.sh	2006-07-12 09:31:09 UTC (rev 1025)
+++ scripts/trunk/teg.sh	2006-07-12 09:32:06 UTC (rev 1026)
@@ -1,23 +0,0 @@
-#!/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 .




More information about the Pkg-games-commits mailing list