ipv6calc 0.90.0

http://www.deepspace6.net/projects/ipv6calc.html

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Sudish Joseph 2011-06-19 17:27:39 -04:00 committed by Jack Nagel
parent 8c1072f354
commit 6a73734e89
1 changed files with 15 additions and 0 deletions

15
Formula/ipv6calc.rb Normal file
View File

@ -0,0 +1,15 @@
require 'formula'
class Ipv6calc < Formula
url 'ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ipv6calc-0.90.0.tar.gz'
homepage 'http://www.deepspace6.net/projects/ipv6calc.html'
md5 'c1a654214058fdac5f8c2ba6a196e2b8'
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end