File: rules

package info (click to toggle)
cpmtools 2.23-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,092 kB
  • sloc: ansic: 5,471; sh: 3,394; makefile: 107
file content (18 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --without autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --datarootdir=/etc/cpmtools --with-libdsk=/usr

override_dh_auto_clean:
	rm -f *.1 *.5
	dh_auto_clean

override_dh_auto_install:
	make install \
		DESTDIR=$(CURDIR)/debian/cpmtools \
		AM_UPDATE_INFO_DIR=no \
		'INSTALL=install --strip-program=true'