External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
418B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio-audio-plugin.mk
  3. export LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/hamburger.sym
  4. # many issues
  5. export LV2LINT_SKIP = y
  6. override_dh_auto_configure:
  7. dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
  8. override_dh_auto_build:
  9. dh_auto_build -- -j $(nproc)
  10. cd obj-*-linux-gnu/Hamburger_artefacts/Release/VST && mv libHamburger.so Hamburger.so
  11. %:
  12. dh $@ -Scmake