Skip to content

Commit

Permalink
gupnp-tools 0.8.10 (new formula)
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#40483.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
ened authored and MikeMcQuaid committed Jun 9, 2015
1 parent 8fac6a0 commit 0112dc0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Formula/gupnp-tools.rb
@@ -0,0 +1,26 @@
class GupnpTools < Formula
desc "Free replacements of Intel's UPnP tools."
homepage "https://wiki.gnome.org/GUPnP/"
url "https://download.gnome.org/sources/gupnp-tools/0.8/gupnp-tools-0.8.10.tar.xz"
sha256 "592c53289ff1cd70e676405c56ca87b28d2da37a385d34a3bb9b944ba9108d17"

depends_on "pkg-config" => :build
depends_on "intltool" => :build
depends_on "gettext"
depends_on "gupnp"
depends_on "gupnp-av"
depends_on "gtk+3"
depends_on "gtksourceview3"
depends_on "ossp-uuid"

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make", "install"
end

test do
system "#{bin}/gupnp-universal-cp", "-h"
system "#{bin}/gupnp-av-cp", "-h"
end
end

0 comments on commit 0112dc0

Please sign in to comment.