2011-02-06 05:14:36 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Gqlplus < Formula
|
2011-02-06 05:14:36 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/gqlplus/gqlplus/1.12/gqlplus-1.12.tar.gz'
|
|
|
|
homepage 'http://gqlplus.sourceforge.net/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '95bb0085555af94b48bad924d9e7027c9bc3cb93'
|
2011-02-06 05:14:36 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make"
|
|
|
|
bin.install "gqlplus"
|
|
|
|
end
|
|
|
|
end
|