File debian.rules of Package cmake

#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@

override_dh_auto_configure:
	# Add here commands to configure the package.
	chmod a+x ./bootstrap ./configure
	./bootstrap --prefix=/usr \
	 --docdir=/share/doc/cmake \
	 --mandir=/share/man \
	 --no-system-libs \
	 --no-qt-gui \
	 --parallel=7
	# --- end custom part for configure

override_dh_auto_test:
	# Add here commands to test the package.
	#$(MAKE) check
	# --- end custom part for test
openSUSE Build Service is sponsored by