homebrew-virt-manager/spice-protocol.rb

13 lines
422 B
Ruby
Raw Normal View History

2015-05-13 04:21:07 +00:00
class SpiceProtocol < Formula
desc "Headers for SPICE protocol"
2016-11-05 21:55:41 +00:00
homepage "https://www.spice-space.org/"
url "https://www.spice-space.org/download/releases/spice-protocol-0.12.13.tar.bz2"
sha256 "89ee11b202d2268e061788e6ace114e1ff18c7620ae64d1ca3aba252ee7c9933"
2015-05-13 04:21:07 +00:00
def install
system "./configure", "--disable-silent-rules",
2015-05-13 04:21:07 +00:00
"--prefix=#{prefix}"
system "make", "install"
end
end