File: rules

package info (click to toggle)
cpmtools 2.23-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,068 kB
  • sloc: ansic: 5,461; sh: 3,394; makefile: 104
file content (14 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --without autoreconf

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

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