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.

25 lines
590B

  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. --enable-utf8 \
  10. --enable-unicode-properties \
  11. --enable-pcre16 \
  12. --enable-pcre32
  13. override_dh_auto_install:
  14. dh_auto_install
  15. # remove unwanted files
  16. rm $(CURDIR)/debian/libpcre3-static/opt/kxstudio/lib/*.la
  17. rm -r $(CURDIR)/debian/libpcre3-static/opt/kxstudio/bin
  18. rm -r $(CURDIR)/debian/libpcre3-static/opt/kxstudio/share
  19. %:
  20. dh $@