Add link to Zorba and BIBFRAME
[mp-xquery-moved-to-github.git] / debian / rules
1 #!/usr/bin/make -f
2 export DH_VERBOSE=1
3
4 %:
5         dh $@ --without python-support \
6                 --parallel
7
8 override_dh_auto_configure:
9         make \
10                 ZORBA=/opt/idzorba \
11                 MP_CONFIG=/usr/bin/metaproxy-config
12