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.

23 lines
475B

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