summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 1f01bb9f72bedca4df8439b59be86dffa6b52e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# Copyright  2002,2003 Colin Walters <walters@verbum.org>
# Copyright  2003 Daniel Stone <daniels@debian.org>
# Copyright  2006 Sjoerd Simons <sjoerd@debian.org>
# Copyright  2011 Michael Biebl <biebl@debian.org>

DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ 

override_dh_auto_configure:
	cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr

override_dh_auto_clean: override_dh_auto_configure