1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-09 01:57:26 +03:00
admc/debian/rules

14 lines
215 B
Plaintext
Raw Normal View History

2021-06-01 13:49:31 +04:00
#!/usr/bin/make -f
2021-06-02 17:38:28 +04:00
export DH_VERBOSE=1
export QT_SELECT=qt5
2021-06-01 13:49:31 +04:00
%:
2021-06-02 17:38:28 +04:00
dh $@ --buildsystem=cmake
2021-06-01 13:49:31 +04:00
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DADMC_BUILD_DEB=ON
2021-06-01 13:49:31 +04:00