File: rules

package info (click to toggle)
gemanx-gtk2 0.1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,436 kB
  • ctags: 1,557
  • sloc: cpp: 19,333; sh: 10,173; ansic: 1,263; makefile: 182
file content (13 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	autoreconf -if
	intltoolize --force
	dh_auto_configure -- --enable-libnotify --enable-iplookup --enable-imageview --enable-proxy

override_dh_auto_clean:
	rm -rf m4 intl
	dh_auto_clean