posaune
[projects.git] / doc / mconfigure.1
1 .\" Manpage for mconfigure.
2 .\" Contact mail@wagnertech.de to correct errors or typos.
3 .TH mconfigure 1 "Aug 2018" "GNU" "WagnerTech Utilities"
4 .SH NAME
5 mconfigure \- interface to build system of WagnerTech UG
6 .SH SYNOPSIS
7 .B mconfigure [-cdpo]
8 .I paket 
9 .SH DESCRIPTION
10 mconfigure builds the package 
11 .I paket.
12 mconfigure has to be called in the projects base directory containing a directoty named
13 .B debian,
14 that contains the files described in
15 .B mbuild(8).
16 .SH OPTIONS
17 .TP
18 -a ARCH
19 A multiarch cross compile is issued
20 .TP
21 -c
22 select configuration step
23 .TP
24 -C TOOLSET
25 Defines the cross compile toolset. TOOLSET can either be an absolute path or a directory expected
26 in the /opt/cross directory
27 .TP
28 -d
29 select compile step
30 .TP
31 -p
32 select pack step
33 .TP
34 -o
35 support old Debian 7 format
36 .TP
37 -v VERSION
38 set version to VERSION
39 .TP
40 -V
41 verion is set by the project in the prepare step
42 .PP
43 If no steps are selected all steps are performed.
44 .SH SEE ALSO
45 mbuild(8): Overview description
46 .SH BUGS
47 No known bugs.
48 .SH AUTHOR
49 Michael Wagner (michael@wagnertech.de)
50