--- /dev/null
+Source: zorba
+Section: devel
+Standards-Version: 3.6.2
+Maintainer: Adam Dickmeiss <adam@indexdata.dk>
+Priority: extra
+Build-Depends: debhelper (>= 7),
+ cmake
+ pkg-config,
+ wget,
+ libxerces-c-dev,
+ libcurl4-gnutls-dev,
+ libedit-dev,
+ libxslt1-dev,
+ bison
+
+Package: zorba
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: runtime and development
+The XQuery Processor developed by the FLWOR Foundation
--- /dev/null
+This is the debian meta-package for Zorba
+ The XQuery Processor developed by the FLWOR Foundation
+
+It was created Index Data <support@indexdata.com>.
+
+Copyright (C) 2014 by Index Data Aps.
+
--- /dev/null
+#!/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 \
+ ..
--- /dev/null
+debian/tmp/opt/zorba