cheops: style update

master
Adam Vandenberg 2012-02-12 21:44:22 -08:00
parent 1eaffbf08f
commit 20f07a462d
1 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
require 'formula' require 'formula'
class Cheops < Formula class Cheops < Formula
url 'http://files.nothingisreal.com/software/cheops/cheops-1.1.tar.bz2'
homepage 'http://en.nothingisreal.com/wiki/CHEOPS' homepage 'http://en.nothingisreal.com/wiki/CHEOPS'
url 'http://files.nothingisreal.com/software/cheops/cheops-1.1.tar.bz2'
md5 'ced2dba9d0d6de77d538e04ff2909969' md5 'ced2dba9d0d6de77d538e04ff2909969'
def install def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install" system "make install"
end end
end end