cpp-d1064d
[projects.git] / debian / eibd.prepare
1 #!/bin/bash
2 set -e
3
4 # override package version
5 echo "version=0.0.5" >> debian/setenv.sh
6
7 mkdir -p Downloads
8 cd Downloads
9
10 if [ ! -f pthsem_2.0.8.tar.gz ]
11 then
12         wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/pth/pthsem_2.0.8.tar.gz
13 fi
14 if [ ! -f bcusdk_0.0.5.tar.gz ]
15 then
16         wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/eib/bcusdk_0.0.5.tar.gz
17 fi
18