libglade: style nits

master
Adam Vandenberg 2013-01-28 21:25:11 -08:00
parent f5f5aa66ae
commit 69ae3cbce0
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
require 'formula'
class Libglade < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-2.6.4.tar.gz'
homepage 'http://glade.gnome.org'
url 'http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-2.6.4.tar.gz'
sha256 'c41d189b68457976069073e48d6c14c183075d8b1d8077cb6dfb8b7c5097add3'
depends_on 'libxml2'
@ -11,7 +11,8 @@ class Libglade < Formula
def install
ENV.append 'LDFLAGS', '-lgmodule-2.0'
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end