aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imake.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-21 18:54:29 -0500
committerJack Nagel2014-05-21 18:58:08 -0500
commitae1bffadc1952c0fabdc694f2854f78f130ce8df (patch)
treefc164e9d1119cefe8109f57fa1365c61d1727c91 /Library/Formula/imake.rb
parentc4684d27deb0814c0691b33cdf466ed9a4c021c8 (diff)
downloadhomebrew-ae1bffadc1952c0fabdc694f2854f78f130ce8df.tar.bz2
imake 1.0.7
Diffstat (limited to 'Library/Formula/imake.rb')
-rw-r--r--Library/Formula/imake.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/imake.rb b/Library/Formula/imake.rb
index ec40fbc02..c9f82fb28 100644
--- a/Library/Formula/imake.rb
+++ b/Library/Formula/imake.rb
@@ -1,16 +1,16 @@
-require 'formula'
+require "formula"
class Imake < Formula
- homepage 'http://xorg.freedesktop.org'
- url 'http://xorg.freedesktop.org/releases/individual/util/imake-1.0.6.tar.bz2'
- sha1 'a54c025d7ac9894b6bc919d13454c6adb12ae140'
+ homepage "http://xorg.freedesktop.org"
+ url "http://xorg.freedesktop.org/releases/individual/util/imake-1.0.7.tar.bz2"
+ sha1 "52e236776133f217d438622034b8603d201a6ec5"
- depends_on 'pkg-config' => :build
+ depends_on "pkg-config" => :build
depends_on :x11
- resource 'xorg-cf-files' do
- url 'http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.5.tar.bz2'
- sha1 'ae22eb81d56d018f0b3b149f70965ebfef2385fd'
+ resource "xorg-cf-files" do
+ url "http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.5.tar.bz2"
+ sha1 "ae22eb81d56d018f0b3b149f70965ebfef2385fd"
end
def install
@@ -18,7 +18,7 @@ class Imake < Formula
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
- resource('xorg-cf-files').stage do
+ resource("xorg-cf-files").stage do
# Fix for different X11 locations.
inreplace "X11.rules", "define TopXInclude /**/",
"define TopXInclude -I#{MacOS::X11.include}"