pdf2svg: style nits
This commit is contained in:
parent
a7df2fa484
commit
ba3aaefeb6
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Pdf2svg < Formula
|
||||
url 'http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-0.2.1.tar.gz'
|
||||
homepage 'http://www.cityinthesky.co.uk/opensource/pdf2svg'
|
||||
url 'http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-0.2.1.tar.gz'
|
||||
sha1 '12f9d1bde6aa2e396eb7f196b6d8e29ade3cafe6'
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
@ -18,7 +18,8 @@ class Pdf2svg < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue