r2199 - scripts/trunk

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Wed Dec 20 22:41:05 CET 2006


Author: fuddl-guest
Date: 2006-12-20 22:41:05 +0100 (Wed, 20 Dec 2006)
New Revision: 2199

Added:
   scripts/trunk/scorched3d-prepare.sh
Log:
added a prepare script for scorched3d

Added: scripts/trunk/scorched3d-prepare.sh
===================================================================
--- scripts/trunk/scorched3d-prepare.sh	2006-12-20 21:00:08 UTC (rev 2198)
+++ scripts/trunk/scorched3d-prepare.sh	2006-12-20 21:41:05 UTC (rev 2199)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+VERSION=40.1d
+rm -rf scorched3d_$VERSION.dfsg.orig.tar.gz scorched3d-$VERSION.dfsg
+wget -c http://heanet.dl.sourceforge.net/sourceforge/scorched3d/Scorched3D-40.1d-src.tar.gz
+tar -xzf Scorched3D-$VERSION-src.tar.gz
+rm -f scorched/data/fonts/test.ttf
+rm -f scorched/data/fonts/testout.ttf
+mv scorched scorched3d-$VERSION.dfsg
+tar -czf scorched3d_$VERSION.dfsg.orig.tar.gz scorched3d-$VERSION.dfsg
+svn export svn://svn.debian.org/pkg-games/packages/trunk/scorched3d/debian scorched3d-$VERSION.dfsg/debian


Property changes on: scripts/trunk/scorched3d-prepare.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list