diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-06 11:15:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-06 13:36:07 +0900 |
| commit | 787f0c7162065c4e72bf77b0b48db5eaa6b60322 (patch) | |
| tree | f7bb2c2612110da395d266f8baee01195e55b9ba /ubuntu/_base/applications/kompose/debian/rules | |
| parent | a57c82ab0f2711ba92c807c6fc3347ba6d91cd52 (diff) | |
| download | tde-packaging-787f0c71.tar.gz tde-packaging-787f0c71.zip | |
DEB: added packaging files for kompose.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65ac413cbdfbf7d264b06efb75cfc7ff38073214)
Diffstat (limited to 'ubuntu/_base/applications/kompose/debian/rules')
| -rwxr-xr-x | ubuntu/_base/applications/kompose/debian/rules | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/kompose/debian/rules b/ubuntu/_base/applications/kompose/debian/rules new file mode 100755 index 000000000..5a0da42af --- /dev/null +++ b/ubuntu/_base/applications/kompose/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" \ + -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" |
