More fixes
[idzorba-moved-to-github.git] / debian / rules
1 #!/usr/bin/make -f
2 export DH_VERBOSE=1
3
4 %:
5         dh $@ --without python-support
6
7 override_dh_auto_configure:
8         wget http://ftp.indexdata.dk/pub/support/zorba-3.0.tar.gz
9         tar zxf zorba-3.0.tar.gz
10         cd zorba-3.0; mkdir build; cd build; cmake \
11                 -Wno-dev \
12                 -D CMAKE_INSTALL_PREFIX=/opt/zorba \
13                 -D ZORBA_SUPPRESS_SWIG:BOOL=ON \
14                 ..