File: README.Debian

package info (click to toggle)
bmake 20200710-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,292 kB
  • sloc: ansic: 18,989; sh: 1,028; python: 487; makefile: 356; perl: 96
file content (19 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Using bmake with debhelper
==========================

bmake package ships a bmake.pm debhelper plug-in, which makes it possible
to build bmake-based package with a simple debian/rules file:

%:
	dh $@ --buildsystem=bmake

This automatically calls cleandir on dh_auto_clean and install on
dh_auto_install, and also automatically detects configure script
and runs it if needed.

The bmake plug-in automatically switches to the NetBSD makefiles if it
detects .include <bsd.*> in the Makefile. If the automatic detection
fails for some reason, you can force it by using a pmake plugin instead:

%:
	dh $@ --buildsystem=pmake