summaryrefslogtreecommitdiffstats
path: root/source/x/xaw3d/pull-xaw3d.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/xaw3d/pull-xaw3d.sh')
-rwxr-xr-xsource/x/xaw3d/pull-xaw3d.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/x/xaw3d/pull-xaw3d.sh b/source/x/xaw3d/pull-xaw3d.sh
new file mode 100755
index 000000000..96141a6da
--- /dev/null
+++ b/source/x/xaw3d/pull-xaw3d.sh
@@ -0,0 +1,7 @@
+rm -rf xaw3d
+git clone git://gitorious.org/xaw3d/xaw3d.git
+( cd xaw3d && rm -rf .git* )
+mv xaw3d xaw3d-$(date +%Y%m%d)git
+tar cf xaw3d-$(date +%Y%m%d)git.tar xaw3d-$(date +%Y%m%d)git
+xz -9 xaw3d-$(date +%Y%m%d)git.tar
+