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.

31 lines
623B

  1. #!/usr/bin/make -f
  2. KXSTUDIO_NO_FASTMATH = y
  3. include /usr/share/dpkg/kxstudio.mk
  4. override_dh_autoreconf:
  5. test -e README || ln -v README.md README
  6. dh_autoreconf
  7. override_dh_autoreconf_clean:
  8. rm -f README
  9. dh_autoreconf_clean
  10. override_dh_auto_configure:
  11. # env NOCONFIGURE=1 ./autogen.sh
  12. ./configure --disable-maintainer-mode \
  13. --prefix=/opt/kxstudio \
  14. --enable-static \
  15. --disable-shared \
  16. --enable-tests \
  17. --enable-examples \
  18. --disable-network-tests
  19. override_dh_auto_install:
  20. dh_auto_install
  21. # remove unwanted files
  22. rm $(CURDIR)/debian/tmp/opt/kxstudio/lib/liblo.la
  23. %:
  24. dh $@