2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-26 05:54:53 +00:00
|
|
|
|
|
|
|
class Aspell <Formula
|
2009-10-02 04:30:06 +00:00
|
|
|
url 'ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz'
|
|
|
|
homepage 'http://aspell.net/'
|
|
|
|
md5 'bc80f0198773d5c05086522be67334eb'
|
2009-09-26 05:54:53 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|