liblo: style nits
This commit is contained in:
parent
a86df66406
commit
f9ab66dd10
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Liblo < Formula
|
||||
url 'http://downloads.sourceforge.net/project/liblo/liblo/0.26/liblo-0.26.tar.gz'
|
||||
homepage 'http://liblo.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/liblo/liblo/0.26/liblo-0.26.tar.gz'
|
||||
sha1 '21942c8f19e9829b5842cb85352f98c49dfbc823'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--enable-ipv6", "--prefix=#{prefix}"
|
||||
"--prefix=#{prefix}",
|
||||
"--enable-ipv6"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue