1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"name": "Ftimes",
"description": "System baselining and evidence collection tool",
"url": "https://downloads.sourceforge.net/project/ftimes/ftimes/3.11.0/ftimes-3.11.0.tgz",
"mirror": null,
"homepage": "https://ftimes.sourceforge.io/FTimes/index.shtml",
"depends": [
{
"depend": "openssl",
"build-depend": false
},
{
"depend": "pcre",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\",",
"\"--with-pcre=#{Formula[\"pcre\"].opt_prefix}\",",
"\"--with-ssl=#{Formula[\"openssl\"].opt_prefix}\",",
"\"--sysconfdir=#{etc}\",",
"\"--with-server-prefix=#{var}/ftimes\"",
"inreplace \"doc/ftimes/Makefile\" do |s|",
"s.change_make_var! \"INSTALL_PREFIX\", man1"
],
"version": "3.11.0",
"file": "ftimes.rb"
}
|