File: rules

package info (click to toggle)
wot 20110704-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,644 kB
  • sloc: makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with xul-ext


override_dh_auto_build:
	# workaround for not install META-INF directory and COPYING file.
	mkdir builds
	cp -r chrome chrome.manifest install.rdf builds
	xpi-pack builds wot.xpi

override_dh_auto_install:
	install-xpi --remove-license-files wot.xpi

override_dh_auto_clean:
	rm -rf builds
	rm -f wot.xpi