#!/usr/bin/make -f
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
DEB_CONFIGURE_EXTRA_FLAGS := --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--includedir=/usr/include/$(DEB_HOST_MULTIARCH)
DEB_COMPRESS_EXCLUDE := translate
DEB_MAKE_BUILD_TARGET := all RPATH=
# Run the demo provided upstream, but do not fail if network is not up
build/slang-curl::
@echo Checking the package...
-SLANG_MODULE_PATH=src SLSH_PATH=src:/usr/share/slsh \
./demo/translate spanish Hola Mundo
|