File debian.rules of Package fluidsynth

#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@

override_dh_auto_configure:
	# Add here commands to configure the package.
	cmake -DCMAKE_INSTALL_PREFIX=/usr \
	      -DCMAKE_INSTALL_LIBDIR=lib  .
	# --- end custom part for configure

override_dh_auto_test:
	# Add here commands to test the package.
	# --- end custom part for test
openSUSE Build Service is sponsored by