Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Added gupnp-tools 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Jun 8, 2015
1 parent de5b405 commit 470f2a9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Library/Formula/gupnp-tools.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
require "formula"

class GupnpTools < Formula
homepage "https://wiki.gnome.org/GUPnP/"
url "https://download.gnome.org/sources/gupnp-tools/0.8/gupnp-tools-0.8.10.tar.xz"
sha1 "a61b923c1b9f792cea6f805485d395212ef0b8af"

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
end

0 comments on commit 470f2a9

Please sign in to comment.