File: rules

package info (click to toggle)
wimlib 1.14.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,044 kB
  • sloc: ansic: 49,927; sh: 7,148; makefile: 293
file content (17 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --without-libcrypto \
		$(if $(findstring linux,$(DEB_HOST_ARCH_OS)),,--without-ntfs-3g)

override_dh_auto_build:
	dh_auto_build
	cd doc && doxygen

override_dh_install:
	dh_install -X.la