2015-05-13 04:21:07 +00:00
|
|
|
class SpiceProtocol < Formula
|
2015-11-25 18:32:56 +00:00
|
|
|
desc "Headers for SPICE protocol"
|
2016-11-05 21:55:41 +00:00
|
|
|
homepage "https://www.spice-space.org/"
|
2017-09-06 17:12:15 +00:00
|
|
|
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
|
2017-09-06 17:12:15 +00:00
|
|
|
system "./configure", "--disable-silent-rules",
|
2015-05-13 04:21:07 +00:00
|
|
|
"--prefix=#{prefix}"
|
|
|
|
system "make", "install"
|
|
|
|
end
|
|
|
|
end
|