File: rules

package info (click to toggle)
gt5 1.5.0~20111220%2Bbzr29-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 184 kB
  • ctags: 81
  • sloc: sh: 1,875; makefile: 39
file content (15 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

PACKAGE = gt5
PKGDIR  = $(shell pwd)/debian/$(PACKAGE)

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(PKGDIR)

%:
	dh $@

# Bypass these steps. The program is a shell script.
.PHONY: build configure

# End of file