From bf2c01df76ded166151337e03ca41388bd9d8f3d Mon Sep 17 00:00:00 2001 From: Nelson Tam Date: Wed, 19 Oct 2011 15:14:02 +1100 Subject: conserver 8.1.18 Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time). Signed-off-by: Adam Vandenberg --- Library/Formula/conserver.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/conserver.rb (limited to 'Library/Formula') diff --git a/Library/Formula/conserver.rb b/Library/Formula/conserver.rb new file mode 100644 index 000000000..9324880e7 --- /dev/null +++ b/Library/Formula/conserver.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Conserver < Formula + homepage 'http://conserver.com' + url 'http://conserver.com/conserver-8.1.18.tar.gz' + md5 '93d1c38df71b4e3fd5d8f7ad6fc186bb' + + def install + system "./configure", "--prefix=#{prefix}" + system "make" + system "make install" + end +end -- cgit v1.2.3