summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: d0f590f228af0c1178e42f86de5178c48775b8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export LC_ALL=C.UTF-8
export DH_VERBOSE=1
export RAZERCFG_PKG_BUILD=1
export CFLAGS= CPPFLAGS= CXXFLAGS= LDFLAGS=

override_dh_auto_configure:
	cmake -DCMAKE_INSTALL_PREFIX=/usr .

override_dh_install:
	dh_install --fail-missing

override_dh_installinit:
	dh_installinit --name=razerd

%:
	dh $@ --with systemd --with python3
bues.ch cgit interface