aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gccxml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gccxml.rb')
-rw-r--r--Library/Formula/gccxml.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gccxml.rb b/Library/Formula/gccxml.rb
index 8b15a7abc..b5a9b1e9e 100644
--- a/Library/Formula/gccxml.rb
+++ b/Library/Formula/gccxml.rb
@@ -1,15 +1,15 @@
require 'formula'
class Gccxml < Formula
+ homepage 'http://www.gccxml.org/HTML/Index.html'
url "cvs://:pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML:gccxml"
version 'HEAD'
- homepage 'http://www.gccxml.org/HTML/Index.html'
depends_on 'cmake' => :build
def install
mkdir 'gccxml-build'
- Dir.chdir 'gccxml-build' do
+ cd 'gccxml-build' do
system "cmake .. #{std_cmake_parameters}"
system "make"
system "make install"