]> wagnertech.de Git - projects.git/blob - debian/libcob-ocesql.prepare
libcob-ocesql build
[projects.git] / debian / libcob-ocesql.prepare
1 #!/bin/bash
2 set -e
3
4 echo 'RSYNC_OPT = -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude="*Aktuell" --exclude=".*" --exclude="Makefile"' >> debian/rules.pre
5
6 dpkg -s bison flex pkg-config make build-essential g++ automake libtool >/dev/null
7
8 if [ ! -d Downloads ]; then
9         mkdir Downloads
10 fi
11
12 cd Downloads
13 if [ -d Open-COBOL-ESQL ]; then
14         cd Open-COBOL-ESQL
15 else
16         git clone https://github.com/opensourcecobol/Open-COBOL-ESQL
17         cd Open-COBOL-ESQL
18 fi
19 git checkout v$version