libart: style nits
This commit is contained in:
parent
62d4f60212
commit
26b6fc7737
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Libart < Formula
|
||||
homepage 'http://freshmeat.net/projects/libart/'
|
||||
url 'http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/libart_lgpl-2.3.20.tar.bz2'
|
||||
sha1 '40aa6c6c5fb27a8a45cd7aaa302a835ff374d13a'
|
||||
homepage 'http://freshmeat.net/projects/libart/'
|
||||
|
||||
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