Commit e393d05f authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #382 from cstrouse/add-tcpstat

Add tcpstat (1.5) package
parents 562e03f6 eb82f72f
require 'package'
class Tcpstat < Package
version '1.5'
source_url 'http://www.frenchfries.net/paul/tcpstat/tcpstat-1.5.tar.gz'
source_sha1 '3881edafe2a45c807a6f197792251036c599ec50'
def self.build
system "./configure", "--prefix=/usr/local"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment