File: rules

package info (click to toggle)
cryfs 0.10.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,424 kB
  • sloc: cpp: 198,087; python: 9,581; sh: 8,060; asm: 5,120; makefile: 520; xml: 7
file content (14 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

ARCH := $(shell uname -m)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBoost_USE_STATIC_LIBs=off \
                         -DCRYFS_UPDATE_CHECKS=off -DBUILD_TESTING=False; \

override_dh_auto_build:
	dh_auto_build
	cp obj*/src/cryfs-cli/cryfs .