2010-09-17 18:07:00 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class CsvFix < Formula
|
2011-08-17 02:27:40 +00:00
|
|
|
url 'http://csvfix.googlecode.com/files/csvfix_src_110a.zip'
|
2010-09-17 18:07:00 +00:00
|
|
|
homepage 'http://code.google.com/p/csvfix/'
|
2011-08-17 02:27:40 +00:00
|
|
|
version '1.1a'
|
|
|
|
sha1 'd579c6223a9570e207b9e9b9eccb7f621916e673'
|
2010-09-17 18:07:00 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make lin"
|
2011-08-17 02:27:40 +00:00
|
|
|
bin.install 'csvfix/bin/csvfix'
|
2010-09-17 18:07:00 +00:00
|
|
|
end
|
|
|
|
end
|