lzop: style nits
This commit is contained in:
parent
2b29219c8e
commit
beed40c8b0
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Lzop < Formula
|
||||
url 'http://www.lzop.org/download/lzop-1.03.tar.gz'
|
||||
homepage 'http://www.lzop.org/'
|
||||
url 'http://www.lzop.org/download/lzop-1.03.tar.gz'
|
||||
sha1 '4ee0b49b2a6b0a13572ddca5785ee48ef4c8f80f'
|
||||
|
||||
depends_on 'lzo'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue