File: rules

package info (click to toggle)
blocks-of-the-undead 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,088 kB
  • sloc: cpp: 6,224; sh: 3,356; makefile: 171
file content (14 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- \
		--datadir=/usr/share/games \
		--bindir=/usr/games \
		--disable-animview

override_dh_auto_build-indep:
	convert TetrisAttack/icon1.ico[1] -thumbnail 64x64 -flatten blocksoftheundead.png
	convert -resize 32x32 blocksoftheundead.png blocksoftheundead.xpm