1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-08 01:18:25 +03:00
admc/debian/rules

14 lines
215 B
Plaintext
Raw Normal View History

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