2013-08-13 11:29:36 +00:00
|
|
|
class Argus < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Audit Record Generation and Utilization System server"
|
2014-11-08 04:49:05 +00:00
|
|
|
homepage "http://qosient.com/argus/"
|
2015-07-19 14:29:22 +00:00
|
|
|
url "http://qosient.com/argus/src/argus-3.0.8.1.tar.gz"
|
|
|
|
sha256 "1fb921104c8bd843fb9f5a1c32b57b20bfe8cd8a103b3f1d9bb686b9e6c490a4"
|
2013-08-13 11:29:36 +00:00
|
|
|
|
2014-11-08 04:56:03 +00:00
|
|
|
bottle do
|
2016-02-23 12:47:20 +00:00
|
|
|
cellar :any_skip_relocation
|
2016-09-27 07:27:31 +00:00
|
|
|
sha256 "ed5c7ac2bdbc0b8b8fd3f0dccc878b2618f91c736e9db428bc35c800f06a1519" => :sierra
|
2016-02-23 12:47:20 +00:00
|
|
|
sha256 "422d8a3a75e0c6d4095200c38e33722721acd8826f2833e6fe2269a5dc307c92" => :el_capitan
|
2015-07-19 14:38:12 +00:00
|
|
|
sha256 "7e369883e4ef8eda6efd19eb31ba83f619fc13b758e40ade9f199c696e9e37b5" => :yosemite
|
|
|
|
sha256 "6f6b81839f5f6a23b3a0be14bea615dab821bbe8be7dbfae886871ad41590191" => :mavericks
|
|
|
|
sha256 "10f68e1435d342133a0d0fbcfc878b9f01fd95fa2d83f0e3adff7fdfaa1f3185" => :mountain_lion
|
2014-11-08 04:56:03 +00:00
|
|
|
end
|
|
|
|
|
2013-08-13 11:29:36 +00:00
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make"
|
2014-11-08 04:49:05 +00:00
|
|
|
system "make", "install"
|
2013-08-13 11:29:36 +00:00
|
|
|
end
|
|
|
|
end
|