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.

22 lines
432B

  1. #!/usr/bin/make -f
  2. # -*- makefile -*-
  3. KXSTUDIO_EXPLICIT_PATH_INCLUDE = y
  4. include /usr/share/dpkg/kxstudio-audio-plugin.mk
  5. %:
  6. dh $@ -Scmake
  7. override_dh_auto_clean:
  8. dh_auto_clean
  9. rm -f src/infamous-rule
  10. override_dh_auto_build:
  11. dh_auto_build
  12. $(CC) src/rule.c $(CFLAGS) -o src/infamous-rule
  13. override_dh_auto_install:
  14. dh_auto_install
  15. # $(call kxstudio_audio_plugin_test)
  16. # many failures related to missing doap:Project type