Update upstream source from tag 'upstream/3.1.1'
[xfishtank.git] / rules
1 #!/usr/bin/make -f
2 %:
3 dh $@
4 override_dh_auto_build:
5 xmkmf -a
6 dh_auto_build -- CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" EXTRA_LOAD_FLAGS="$(shell dpkg-buildflags --get LDFLAGS)" SYS_LIBRARIES="-lImlib2" EXTENSIONLIB=
7 override_dh_auto_install:
8 dh_auto_install -- BINDIR=/usr/games
This page took 0.019727 seconds and 4 git commands to generate.