diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-25 10:48:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-25 10:48:09 +0900 |
commit | 90ce1b710fb1ae080aab8a535672c642ceadc696 (patch) | |
tree | de52afbc16b54eec38094fe946abb068f6b47670 /ubuntu/_base/applications/office/tde-ebook-reader/debian/rules | |
parent | b2b7389f26c1f382e4adc318bc5ce063540c6d3a (diff) | |
download | tde-packaging-90ce1b710fb1ae080aab8a535672c642ceadc696.tar.gz tde-packaging-90ce1b710fb1ae080aab8a535672c642ceadc696.zip |
DEB: add tde-ebook-reader packaging files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/office/tde-ebook-reader/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/office/tde-ebook-reader/debian/rules | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/office/tde-ebook-reader/debian/rules b/ubuntu/_base/applications/office/tde-ebook-reader/debian/rules new file mode 100755 index 000000000..0589ec408 --- /dev/null +++ b/ubuntu/_base/applications/office/tde-ebook-reader/debian/rules @@ -0,0 +1,18 @@ +#!/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" \ + -DCMAKE_ZLIBRARY_INSTALL_PREFIX="/usr" \ + -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" |