net-snmp 5.7.1
This commit is contained in:
parent
50613d195b
commit
9819e77f02
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class NetSnmp < Formula
|
||||
url 'http://downloads.sourceforge.net/project/net-snmp/net-snmp/5.6.1.1/net-snmp-5.6.1.1.tar.gz'
|
||||
homepage 'http://www.net-snmp.org/'
|
||||
md5 '79e2b9cac947567a01ae2cc67ad8fe53'
|
||||
url 'http://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.1/net-snmp-5.7.1.tar.gz'
|
||||
md5 'c95d08fd5d93df0c11a2e1bdf0e01e0b'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--with-persistent-directory=/var/db/net-snmp",
|
||||
"--with-persistent-directory=#{var}/db/net-snmp",
|
||||
"--with-defaults",
|
||||
"--without-rpm",
|
||||
"--with-mib-modules=host ucd-snmp/diskio",
|
||||
|
|
Loading…
Reference in a new issue