File: rules

package info (click to toggle)
libxmlbird 1.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 304 kB
  • sloc: python: 637; xml: 122; sh: 51; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

DEB_HOST_MULTIARCH   ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@

override_dh_auto_configure:
	$(CURDIR)/configure --prefix=/usr --libdir=/lib/$(DEB_HOST_MULTIARCH)
	doit

override_dh_auto_install:
	$(CURDIR)/install.py --dest=debian/tmp