Add eventlog, needed by syslog-ng
This commit is contained in:
parent
c259923271
commit
e52094677f
1 changed files with 13 additions and 0 deletions
13
Formula/eventlog.rb
Normal file
13
Formula/eventlog.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Eventlog <Formula
|
||||
url 'http://www.balabit.com/downloads/files/eventlog/0.2/eventlog_0.2.12.tar.gz'
|
||||
homepage 'http://www.balabit.com/downloads/files/eventlog/'
|
||||
md5 '3d6ebda8a161d36cb40d09328f78786b'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue