File: rules

package info (click to toggle)
bloboats 1.0.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,052 kB
  • sloc: cpp: 8,820; makefile: 117
file content (14 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@


override_dh_auto_build:
	dh_auto_build -- DATADIR=/usr/share/games/bloboats

override_dh_auto_install:
	$(MAKE) \
		DATADIR=/usr/share/games/bloboats \
		DESTDIR=debian/bloboats \
		BINARYDIR=/usr/games install