6 | | name cfengine3 |
7 | | conflicts cfengine |
8 | | version 3.1.2 |
9 | | revision 7 |
10 | | categories sysutils |
11 | | maintainers nomaintainer |
12 | | description network configuration-management tool |
13 | | long_description a suite of programs for integrated autonomic \ |
14 | | management of either individual or networked \ |
15 | | computers. Cfengine 3 is a significant rewrite \ |
16 | | of underlying cfengine technology which \ |
17 | | preserves the core principles and methodology \ |
18 | | of cfengine2’s approach. |
19 | | homepage http://cfengine.com/ |
20 | | distname cfengine-${version} |
21 | | master_sites ${homepage}source-code/download?file=${distfiles}&dummy= |
| 6 | name cfengine3 |
| 7 | conflicts cfengine |
| 8 | version 3.1.2 |
| 9 | revision 7 |
| 10 | categories sysutils |
| 11 | license GPL-3 |
| 12 | maintainers nomaintainer |
| 13 | description network configuration-management tool |
| 14 | long_description a suite of programs for integrated autonomic \ |
| 15 | management of either individual or networked \ |
| 16 | computers. Cfengine 3 is a significant rewrite \ |
| 17 | of underlying cfengine technology which \ |
| 18 | preserves the core principles and methodology \ |
| 19 | of cfengine2’s approach. |
| 20 | homepage http://cfengine.com/ |
| 21 | distname cfengine-${version} |
| 22 | master_sites ${homepage}source-code/download?file=${distfiles}&dummy= |
42 | | configure.cflags -I${prefix}/include/db46 -I${prefix}/include |
43 | | configure.ldflags -L${prefix}/lib/db46 -L${prefix}/lib |
44 | | configure.args --mandir='\${prefix}/share/man' \ |
45 | | --infodir='\${prefix}/share/info' \ |
46 | | --with-workdir="${cfworkdir}" \ |
47 | | --with-berkeleydb=default \ |
48 | | --with-openssl=${prefix} \ |
49 | | --with-pcre=${prefix} \ |
50 | | --without-gd |
| 43 | configure.cflags -I${prefix}/include/db46 -I${prefix}/include |
| 44 | configure.ldflags -L${prefix}/lib/db46 -L${prefix}/lib |
| 45 | configure.args --mandir='\${prefix}/share/man' \ |
| 46 | --infodir='\${prefix}/share/info' \ |
| 47 | --with-workdir="${cfworkdir}" \ |
| 48 | --with-berkeleydb=default \ |
| 49 | --with-openssl=${prefix} \ |
| 50 | --with-pcre=${prefix} \ |
| 51 | --without-gd |