diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 15:05:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 15:05:07 +0200 |
commit | 8fb8f02695e04468c1e2d72e600e4647296db749 (patch) | |
tree | 10a11f2e461cacc7054e7c2d69b24d0c202d1212 /ubuntu/_base/applications/system/tdesshaskpass/debian/rules | |
parent | 31e83b125f4f3d28fe45acf04c7bcfabdd0158a5 (diff) | |
download | tde-packaging-8fb8f02695e04468c1e2d72e600e4647296db749.tar.gz tde-packaging-8fb8f02695e04468c1e2d72e600e4647296db749.zip |
DEB tdesshaskpass: Add packaging files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications/system/tdesshaskpass/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/system/tdesshaskpass/debian/rules | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/system/tdesshaskpass/debian/rules b/ubuntu/_base/applications/system/tdesshaskpass/debian/rules new file mode 100755 index 000000000..a6797f19a --- /dev/null +++ b/ubuntu/_base/applications/system/tdesshaskpass/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include debian/cdbs/debian-tde.mk + +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" |