sipsak: style nits
This commit is contained in:
parent
67315e25dd
commit
8150da608a
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue