File: rules

package info (click to toggle)
xfishtank 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 2,120 kB
  • ctags: 582
  • sloc: ansic: 26,426; makefile: 7
file content (8 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@
override_dh_auto_build:
	xmkmf -a
	dh_auto_build -- CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" EXTRA_LOAD_FLAGS="$(shell dpkg-buildflags --get LDFLAGS)" SYS_LIBRARIES="-lImlib2" EXTENSIONLIB=
override_dh_auto_install:
	dh_auto_install -- BINDIR=/usr/games