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.

24 lines
552B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio.mk
  3. export LDFLAGS += $(shell pkg-config --libs sndfile)
  4. override_dh_auto_configure:
  5. ./configure --disable-maintainer-mode \
  6. --prefix=/opt/kxstudio \
  7. --enable-static \
  8. --disable-shared \
  9. --enable-fftw \
  10. --enable-sndfile \
  11. --disable-alsa
  12. override_dh_auto_install:
  13. dh_auto_install
  14. # remove unwanted files
  15. rm $(CURDIR)/debian/libsamplerate-static/opt/kxstudio/lib/libsamplerate.la
  16. rm -r $(CURDIR)/debian/libsamplerate-static/opt/kxstudio/share/doc
  17. %:
  18. dh $@