Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > cf4a9f1459df52c82d859de0bb2c4221 > files > 2

eclipse-eclox-0.8.0-4.20090616svn.fc13.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