File: rules

package info (click to toggle)
j4-dmenu-desktop 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, buster
  • size: 312 kB
  • sloc: cpp: 1,145; makefile: 6; sh: 6
file content (10 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
		dh_auto_configure -- \
			-DCMAKE_INSTALL_PREFIX=/usr \
			-DWITH_GIT_CATCH=OFF