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
476B

  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. ./configure --disable-maintainer-mode \
  7. --prefix=/opt/kxstudio \
  8. --enable-static \
  9. --disable-shared \
  10. --disable-sqlite
  11. override_dh_auto_install:
  12. dh_auto_install
  13. # remove unwanted files
  14. rm $(CURDIR)/debian/tmp/opt/kxstudio/lib/libsndfile.la
  15. rm -r $(CURDIR)/debian/tmp/opt/kxstudio/share/doc
  16. %:
  17. dh $@