X-Git-Url: http://git.indexdata.com/?p=idzorba-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=47b0f335a64392f215e2eed10b2ce4120cebf235;hp=0000000000000000000000000000000000000000;hb=368ca5f7d44eb363fb589b7e7178c10cf0d70ea6;hpb=a1d2e8eca0728b16d20fc45d30a92eb95da7d0a2 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..47b0f33 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 + +%: + dh $@ --without python-support + +override_dh_auto_configure: + wget http://ftp.indexdata.dk/pub/support/zorba-3.0.tar.gz + tar zxf zorba-3.0.tar.gz + cd build; cmake \ + -Wno-dev \ + -D CMAKE_INSTALL_PREFIX=/opt/zorba \ + -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ + ..