summaryrefslogtreecommitdiffstats
path: root/games/ds-models/svn2targz.sh
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2012-05-13 09:05:35 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-05-13 09:05:35 -0400
commit79e444d58e10561a144653909b1c6ffb51f1a30d (patch)
tree580d84e7f0949f343e2858f0df109db27b5cb7b9 /games/ds-models/svn2targz.sh
parent8c36346f47098579bb6942f60e8f5ac32832a900 (diff)
downloadslackbuilds-79e444d58e10561a144653909b1c6ffb51f1a30d.tar.gz
slackbuilds-79e444d58e10561a144653909b1c6ffb51f1a30d.tar.xz
games/ds-models: Added (3D model packs for gzdoom and skulltag)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/ds-models/svn2targz.sh')
-rw-r--r--games/ds-models/svn2targz.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/ds-models/svn2targz.sh b/games/ds-models/svn2targz.sh
new file mode 100644
index 0000000000..4530ebc274
--- /dev/null
+++ b/games/ds-models/svn2targz.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+PRGNAM=ds-models
+VERSION=14
+REPO=http://ds-models.googlecode.com/svn/trunk/
+
+rm -rf $PRGNAM-r$VERSION
+svn export -r$VERSION $REPO $PRGNAM-r$VERSION
+tar cvfz $PRGNAM-r$VERSION.tar.gz $PRGNAM-r$VERSION