1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Log4shib",
"description": "Forked version of log4cpp for the Shibboleth project",
"url": "https://shibboleth.net/downloads/log4shib/1.0.9/log4shib-1.0.9.tar.gz",
"mirror": null,
"homepage": "https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\", \"--disable-debug\", \"--disable-dependency-tracking\"",
"system \"make\", \"install\""
],
"version": "1.0.9",
"file": "log4shib.rb"
}
|