File: rules

package info (click to toggle)
redland 1.0.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 25,180 kB
  • ctags: 10,895
  • sloc: ansic: 66,989; xml: 21,846; sh: 9,948; yacc: 5,068; lex: 3,015; makefile: 2,857; perl: 2,532; cpp: 59
file content (16 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_INSTALL_DOCS_ALL=README NEWS AUTHORS NOTICE

DEB_CONFIGURE_USER_FLAGS= \
  --with-raptor=system \
  --with-rasqal=system \
  --with-threestore=no \
  --with-mysql=yes \
  --with-sqlite=yes \
  --with-postgresql=yes \
  --enable-release