File: rules

package info (click to toggle)
gtkpool 0.5.0-9.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 5,036 kB
  • sloc: sh: 10,646; cpp: 2,655; perl: 1,850; makefile: 157
file content (19 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# Derived from the debhelper example rules file.

#export DH_VERBOSE=1

PACKAGE=gtkpool

include /usr/share/quilt/quilt.make

arch := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifeq "$(arch)" "alpha"
CFLAGS += -mieee
endif

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- bindir='$${prefix}/games'