diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aspell.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index 2caeff5a2..96c6d3d7b 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -1,12 +1,11 @@ require 'brewkit' class Aspell <Formula - @url='ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz' - @homepage='http://aspell.net/' - @md5='bc80f0198773d5c05086522be67334eb' + url 'ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz' + homepage 'http://aspell.net/' + md5 'bc80f0198773d5c05086522be67334eb' def install - ENV.gcc_4_2 system "./configure", "--prefix=#{prefix}" system "make install" end |
