File: rules

package info (click to toggle)
flobopuyo 0.20-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 4,912 kB
  • ctags: 1,279
  • sloc: cpp: 6,208; ansic: 3,743; makefile: 183; yacc: 179; lex: 42
file content (22 lines) | stat: -rwxr-xr-x 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
  
DEB_INSTALL_MANPAGES_flobopuyo := man/flobopuyo.6

DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/flobopuyo

CFLAGS = -DUSE_AUDIO=1

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

binary-post-install/flobopuyo::
	cp debian/flobopuyo.desktop debian/flobopuyo/usr/share/applications
	uudecode debian/flobopuyo.png.uuencode
	cp debian/flobopuyo.xpm debian/flobopuyo.png debian/flobopuyo/usr/share/pixmaps	
	# Remove ._bi crap to silence lintian.
	rm -f debian/flobopuyo/usr/share/games/flobopuyo/sfx/._bi

clean::
	rm -f debian/flobopuyo.png