Glade 3.8.0
Glade is a graphical user interface designer for Gtk+. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b9c9a4d951
commit
7cacf8e065
1 changed files with 19 additions and 0 deletions
19
Formula/glade.rb
Normal file
19
Formula/glade.rb
Normal file
|
@ -0,0 +1,19 @@
|
|||
require 'formula'
|
||||
|
||||
class Glade < Formula
|
||||
url 'http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-3.8.0.tar.bz2'
|
||||
homepage 'http://glade.gnome.org/'
|
||||
md5 '42f8b2dd01b9bfb8860bb3a5d978e1a2'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'gettext'
|
||||
depends_on 'intltool'
|
||||
depends_on 'libglade'
|
||||
depends_on 'hicolor-icon-theme'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue