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.

14 lines
235B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio-audio-plugin.mk
  3. override_dh_auto_build:
  4. dh_auto_build -- -j$(shell nproc)
  5. override_dh_auto_install:
  6. dh_auto_install -- PREFIX=/usr
  7. $(call kxstudio_audio_plugin_test)
  8. %:
  9. dh $@