Skip to content

Commit

Permalink
gobby 0.4.94
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
marnen authored and adamv committed Apr 24, 2012
1 parent 6c30dc2 commit 4e6d486
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Library/Formula/gobby.rb
@@ -0,0 +1,26 @@
require 'formula'

class Gobby < Formula
homepage 'http://gobby.0x539.de'
url 'http://releases.0x539.de/gobby/gobby-0.4.94.tar.gz'
md5 '899d68ebe1af67c5a45b49328b86e23e'

head 'git://git.0x539.de/git/gobby.git'

depends_on 'pkg-config' => :build
depends_on 'gtkmm'
depends_on 'libgsasl'
depends_on 'libxml++'
depends_on 'gtksourceview'
depends_on 'obby'
depends_on 'gettext'
depends_on 'hicolor-icon-theme'
depends_on 'libinfinity'

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

0 comments on commit 4e6d486

Please sign in to comment.