File: rules.cdbs

package info (click to toggle)
gemdropx 0.9-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,916 kB
  • ctags: 265
  • sloc: ansic: 1,757; cpp: 198; makefile: 90
file content (23 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

# do not run checks after build
DEB_BUILD_OPTIONS=nocheck
DEB_C_DEFAULT_OPT=-I/usr/include/SDL -D_REENTRANT
CFLAGS_gemdropx = SOUND=YES JOY=YES DATA_PREFIX=/usr/share/games/gemdropx/data $(shell sdl-config --cflags)
# select an install target
DEB_MAKE_INSTALL_TARGET=install

# use the make install target
include /usr/share/cdbs/1/class/makefile.mk

# This implements the .deb package creation using debhelper.
include /usr/share/cdbs/1/rules/debhelper.mk

# Takes care of updating config.{sub|guess}, runs configure
#include /usr/share/cdbs/1/class/autotools.mk
#DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share/games

# Including this file gets us a simple patch system.  You can just
# drop patches in debian/patches, and they will be automatically
# applied and unapplied.
include /usr/share/cdbs/1/rules/simple-patchsys.mk