File: rules

package info (click to toggle)
gkrellm 2.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,828 kB
  • ctags: 6,291
  • sloc: ansic: 58,390; makefile: 665; sh: 270
file content (17 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_installinit:
	dh_installinit -u"defaults 21"

override_dh_auto_build:
	$(MAKE) PREFIX=/usr without-ssl=1

override_dh_auto_install:
	$(MAKE) install DESTDIR=`pwd`/debian/tmp PREFIX=/usr

override_dh_clean:
	dh_clean
	rm -f gkrellm.ico