File: rules

package info (click to toggle)
lcd4linux 0.11.0~svn1189-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,260 kB
  • sloc: ansic: 36,109; sh: 4,479; makefile: 192; python: 83; perl: 33
file content (26 lines) | stat: -rwxr-xr-x 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_configure:
	ln -s . m4
	dh_autoreconf
	dh_auto_configure -- \
		--prefix=/usr \
		--mandir=\$${prefix}/share/man \
		--infodir=\$${prefix}/share/info \
		--bindir=/usr/sbin \
		--disable-rpath
# Enable raw parallel port I/O
#		--with-outb

override_dh_installman:
	dh_installman debian/lcd4linux.8

%:
	dh $@ --with autotools_dev

get-orig-source:
	debian/get-svn-source.sh