New formula: scamper

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Lars 2010-11-02 12:27:11 +11:00 committed by Adam Vandenberg
parent 9625f15a63
commit 43e462bcf7
1 changed files with 13 additions and 0 deletions

13
Formula/scamper.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Scamper <Formula
url 'http://www.wand.net.nz/scamper/scamper-cvs-20101102.tar.gz'
homepage 'http://www.wand.net.nz/scamper/'
md5 'd2540fe85c56a3ea146ba4d10525433c'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end