[go: up one dir, main page]

File: rules

package info (click to toggle)
qonk 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,076 kB
  • ctags: 2,026
  • sloc: cpp: 14,978; sh: 3,464; makefile: 200
file content (20 lines) | stat: -rwxr-xr-x 635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
 
DEB_AUTO_UPDATE_AUTOCONF = 2.61
DEB_AUTO_UPDATE_AUTOMAKE = 1.10
DEB_AUTO_UPDATE_LIBTOOL := 1.5
DEB_AUTO_CLEANUP_RCS            := yes
DEB_INSTALL_CHANGELOGS_ALL := HISTORY
DEB_CONFIGURE_EXTRA_FLAGS := --bindir="\$${prefix}/games" \
	--datadir="\$${prefix}/share/games"

install/qonk::
	rm -rf $(DEB_DESTDIR)/guichan \
		$(DEB_DESTDIR)/usr/share/games/qonk/font.ttf
	ln -s ../../fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf \
		$(DEB_DESTDIR)/usr/share/games/qonk/font.ttf