File: rules

package info (click to toggle)
slsqlite 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 604 kB
  • sloc: sh: 3,107; ansic: 1,065; makefile: 183
file content (11 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --no-parallel

export AUTOHEADER = true
execute_after_dh_autoreconf:
	mv autoconf/configure .

override_dh_auto_install:
	dh_auto_install -- prefix=/usr INSTALL="install -m 644"