homebrew-virt-manager/spice-protocol.rb

15 lines
526 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.12.tar.bz2"
2016-08-11 02:32:57 +00:00
sha256 "17abdc2743b5d44b0f4423b61c44aafe9f2078c27218aeea78c2d02a5c409d03"
2015-05-13 04:21:07 +00:00
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make", "install"
end
end