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.

20 lines
432B

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