File: rules

package info (click to toggle)
antigrav 0.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,688 kB
  • sloc: cpp: 7,418; xml: 5,603; sh: 3,366; python: 150; makefile: 36
file content (9 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@

 override_dh_auto_configure:
	./configure --prefix=/usr \
	--bindir=\$${prefix}/games --mandir=\$${prefix}/share/man \
	--infodir=\$${prefix}/share/info \
	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"