eot-utils 1.1

Closes Homebrew/homebrew#14187.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Eric Schrijver 2012-08-14 23:40:20 +02:00 committed by Adam Vandenberg
parent 75260ed165
commit 09a71f084d
1 changed files with 12 additions and 0 deletions

12
Formula/eot-utils.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class EotUtils < Formula
homepage 'http://www.w3.org/Tools/eot-utils/'
url 'http://www.w3.org/Tools/eot-utils/eot-utilities-1.1.tar.gz'
sha1 '7e8a68ba1ae4b533113e7965aa2cca133367f31f'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end