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.

24 lines
467B

  1. #!/usr/bin/make -f
  2. KXSTUDIO_EXPLICIT_PATH_INCLUDE = y
  3. KXSTUDIO_NO_FASTMATH = y
  4. include /usr/share/dpkg/kxstudio.mk
  5. override_dh_auto_configure:
  6. ./waf configure --prefix=/opt/kxstudio
  7. override_dh_auto_build:
  8. ./waf build
  9. override_dh_auto_install:
  10. ./waf install --destdir=$(CURDIR)/debian/ntk-static
  11. find $(CURDIR)/debian/ntk-static -name \*.la -delete
  12. override_dh_auto_clean:
  13. ./waf clean || true
  14. rm -f .lock-waf_linux_build
  15. rm -rf .waf3-*/ build/
  16. %:
  17. dh $@