Create usbredir.rb
This commit is contained in:
parent
998afe240f
commit
feba295780
17
usbredir.rb
Normal file
17
usbredir.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
class Usbredir < Formula
|
||||
homepage "http://www.spice-space.org/home.html"
|
||||
url "http://www.spice-space.org/download/usbredir/usbredir-0.7.tar.bz2"
|
||||
sha256 "0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
depends_on "libusb"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue