sipsak: style nits

This commit is contained in:
Adam Vandenberg 2013-01-27 21:31:12 -08:00
parent 67315e25dd
commit 8150da608a

View file

@ -1,14 +1,15 @@
require 'formula'
class Sipsak < Formula
url 'http://download.berlios.de/sipsak/sipsak-0.9.6-1.tar.gz'
homepage 'http://sipsak.org/'
sha1 '6d2fd2c90ea04be749e48927b3e7fc08c52166b6'
url 'http://download.berlios.de/sipsak/sipsak-0.9.6-1.tar.gz'
version '0.9.6'
sha1 '6d2fd2c90ea04be749e48927b3e7fc08c52166b6'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end