WordNet formula
This commit is contained in:
parent
29bf4d5b35
commit
dd98285287
1 changed files with 13 additions and 0 deletions
13
Formula/wordnet.rb
Normal file
13
Formula/wordnet.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'brewkit'
|
||||
|
||||
class Wordnet <Formula
|
||||
url 'http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.bz2'
|
||||
homepage 'http://wordnet.princeton.edu/'
|
||||
md5 '89b4db7c6840ce69a8e315a3f83d996b'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
ENV.deparallelize
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue