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.

16 lines
295B

  1. #!/usr/bin/make -f
  2. KXSTUDIO_NO_FASTMATH = y
  3. include /usr/share/dpkg/kxstudio.mk
  4. override_dh_auto_configure:
  5. dh_auto_configure -- \
  6. -DCMAKE_BUILD_TYPE=Release \
  7. -DCMAKE_INSTALL_LIBDIR=lib \
  8. -DCMAKE_INSTALL_PREFIX=/opt/kxstudio \
  9. -DBUILD_SHARED_LIBS=OFF \
  10. ../expat
  11. %:
  12. dh $@ -Scmake