Skip to content

Commit

Permalink
qemu 1.4.0
Browse files Browse the repository at this point in the history
added a libtool env command
  • Loading branch information
brettkoonce committed Feb 18, 2013
1 parent 59f8198 commit b99d3de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Library/Formula/qemu.rb
Expand Up @@ -2,12 +2,13 @@

class Qemu < Formula
homepage 'http://www.qemu.org/'
url 'http://wiki.qemu-project.org/download/qemu-1.3.1.tar.bz2'
sha1 '5a3ef5273b3f39418e90680b144001f97d27c2c2'
url 'http://wiki.qemu-project.org/download/qemu-1.4.0.tar.bz2'
sha1 '4288b23acab1e7f4d9da14cb06b13575a0f7d4f4'

head 'git://git.qemu-project.org/qemu.git', :using => :git

depends_on 'pkg-config' => :build
depends_on :libtool
depends_on 'jpeg'
depends_on 'gnutls'
depends_on 'glib'
Expand All @@ -25,6 +26,7 @@ def install
--disable-guest-agent
]
args << (build.with?('sdl') ? '--enable-sdl' : '--disable-sdl')
ENV['LIBTOOL'] = 'glibtool'
system "./configure", *args
system "make install"
end
Expand Down

0 comments on commit b99d3de

Please sign in to comment.