Skip to content

Commit

Permalink
gnustep-make 2.6.6
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#39431.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
L2G authored and xu-cheng committed May 8, 2015
1 parent 8f5b772 commit bcc410a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Formula/gnustep-make.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
require 'formula'

class GnustepMake < Formula
homepage 'http://gnustep.org'
url 'http://ftpmain.gnustep.org/pub/gnustep/core/gnustep-make-2.6.2.tar.gz'
sha1 '3f85cb25f4f7fd35cdcbd8d948a2673c84c605ff'
homepage "http://gnustep.org"
url "http://ftpmain.gnustep.org/pub/gnustep/core/gnustep-make-2.6.6.tar.gz"
sha256 "bcef14d875ff70b26dfc9e892f33bd3665e3d5d9b12eca0c4f2aae133aca981d"

def install
system "./configure", "--prefix=#{prefix}",
"--with-config-file=#{prefix}/etc/GNUstep.conf",
"--enable-native-objc-exceptions"
system "make install"
system "make", "install"
end
end

0 comments on commit bcc410a

Please sign in to comment.