New Formula: figtoipe

Closes Homebrew/homebrew#8052.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Vincent Beffara 2011-10-06 14:54:01 +02:00 committed by Charlie Sharpsteen
parent 98704cdb8d
commit b7cd805dd0

14
Formula/figtoipe.rb Normal file
View file

@ -0,0 +1,14 @@
require 'formula'
class Figtoipe < Formula
url 'http://downloads.sourceforge.net/project/ipe7/tools/figtoipe-20091205.tar.gz'
homepage 'http://ipe7.sourceforge.net/'
md5 'a19e0712df137939c37c194b551da6b8'
def install
system "make"
bin.install "figtoipe"
man1.install "figtoipe.1"
doc.install "README"
end
end