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.
|
- #!/usr/bin/make -f
-
- KXSTUDIO_EXPLICIT_PATH_INCLUDE = y
- KXSTUDIO_NO_FASTMATH = y
- include /usr/share/dpkg/kxstudio.mk
-
- override_dh_auto_configure:
- ./waf configure --prefix=/opt/kxstudio
-
- override_dh_auto_build:
- ./waf build
-
- override_dh_auto_install:
- ./waf install --destdir=$(CURDIR)/debian/ntk-static
- find $(CURDIR)/debian/ntk-static -name \*.la -delete
-
- override_dh_auto_clean:
- ./waf clean || true
- rm -f .lock-waf_linux_build
- rm -rf .waf3-*/ build/
-
- %:
- dh $@
|