File: rules

package info (click to toggle)
ibus-table-array30 1.2.0.20090729-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,980 kB
  • ctags: 34
  • sloc: ansic: 230; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	cmake -D CMAKE_INSTALL_PREFIX=/usr .

override_dh_auto_clean:
	rm -rf CMakeFiles bin Makefile
	dh_clean