libwpg: style nits
This commit is contained in:
parent
a216a24643
commit
616c552489
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Libwpg < Formula
|
||||
homepage 'http://libwpg.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/libwpg/libwpg/libwpg-0.2.0/libwpg-0.2.0.tar.bz2'
|
||||
sha1 '34a692566bda66488f83c635774d1bd92cee0fdf'
|
||||
homepage 'http://libwpg.sourceforge.net/'
|
||||
|
||||
depends_on 'libwpd'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
# Separate steps or install can fail due to folders not existing
|
||||
system "make"
|
||||
ENV.j1
|
||||
|
|
Loading…
Reference in a new issue