2009-10-20 12:41:16 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Lesspipe < Formula
|
|
|
|
homepage 'http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html'
|
2010-05-26 22:15:33 +00:00
|
|
|
url 'http://www-zeuthen.desy.de/~friebel/unix/less/lesspipe-1.71.tar.gz'
|
|
|
|
md5 '6d921dc4ce9809d405cb8d694ac7cbbd'
|
2009-10-20 12:41:16 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}", "--default"
|
|
|
|
man1.mkpath
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|