Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > dfd778bd8059a2bcdb4c1d88f3f45f1f > files > 2

eclipse-eclox-0.8.0-7.20100810svn.2.mga3.src.rpm

#!/bin/bash

# Script to download the sources of eclox
# It then generates a tarball which is used for packaging

version=0.8.0

svn export http://svn.gna.org/svn/eclox/trunk org.gna.eclox_$version
tar cvf org.gna.eclox_$version.tar.gz org.gna.eclox_$version