scummvm/dists/debian/rules
2014-07-03 08:20:33 +02:00

21 lines
402 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@ --parallel --max-parallel=4
ifeq ($(DEB_BUILD_ARCH_OS),hurd)
ARCH_OPTS:= --disable-alsa
endif
ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
ARCH_OPTS:= --disable-alsa
endif
override_dh_auto_configure:
./configure --prefix=/usr --bindir=/usr/games --datadir=/usr/share/residualvm --enable-release ${ARCH_OPTS}
override_dh_auto_test:
override_dh_builddeb:
dh_builddeb -- -Zxz