Blob Blame History Raw
#!/bin/bash
# Volker Fröhlich, 2013

VERSION="2.2.4"

rm -rf saga-$VERSION-fedora
rm -rf saga-$VERSION-fedora.tar.gz

tar xf saga-$VERSION.tar.gz
cp -pr saga-$VERSION saga-$VERSION-fedora

# Remove firelib, which is not allowed for commercial use
# http://www.fire.org/downloads/fireLib/1.0.4/doc.html#8.3
# http://sourceforge.net/tracker/?func=detail&aid=3407448&group_id=102728&atid=632652
find saga-$VERSION-fedora/src/modules/simulation/sim_fire_spreading/ -type f -not -name 'Makefile*' -delete

# Remove dxflib, which is not regarded free as of http://lists.fedoraproject.org/pipermail/legal/2011-October/001734.html
# See www.ribbonsoft.com/dxflib.html

rm -r saga-$VERSION-fedora/src/modules/io/io_shapes_dxf

tar cfz saga-$VERSION-fedora.tar.gz saga-$VERSION-fedora