diff options
| author | Jonathan Schleifer | 2012-06-04 23:05:52 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-06 22:22:53 -0700 |
| commit | 2b7b4b3027d43d3e868cd916de80c8ca125a492d (patch) | |
| tree | 64856d2f9c9dc8cd2ee693d44e382a4d0422c729 /Library/Formula | |
| parent | 993e3562a31809e6e5b307bf5900527ca6ad1a33 (diff) | |
| download | homebrew-2b7b4b3027d43d3e868cd916de80c8ca125a492d.tar.bz2 | |
qemu 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qemu.rb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 96b59d792..643ccc41b 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -2,8 +2,8 @@ require 'formula' class Qemu < Formula homepage 'http://www.qemu.org/' - url 'http://wiki.qemu.org/download/qemu-1.0.1.tar.gz' - sha1 '4d08b5a83538fcd7b222bec6f1c584da8d12497a' + url 'http://wiki.qemu.org/download/qemu-1.1.0.tar.bz2' + sha256 '927f498eff8dce2334de9338cae9e3a7c63bd472c85451235c45de5029140fc0' depends_on 'jpeg' depends_on 'gnutls' @@ -13,19 +13,10 @@ class Qemu < Formula build 318 end - # Borrow these patches from MacPorts - def patches - { :p0 => [ - "https://trac.macports.org/export/92470/trunk/dports/emulators/qemu/files/patch-configure.diff", - "https://trac.macports.org/export/92470/trunk/dports/emulators/qemu/files/patch-cocoa-uint16-redefined.diff" - ]} - end - def install system "./configure", "--prefix=#{prefix}", "--cc=#{ENV.cc}", "--host-cc=#{ENV.cc}", - "--disable-darwin-user", "--enable-cocoa", "--disable-bsd-user", "--disable-guest-agent" |
