aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVincent Beffara2011-10-06 14:54:01 +0200
committerCharlie Sharpsteen2011-10-11 09:51:27 -0700
commit7ccd4d0a8d7305e19ccf1dd8804fb0b661eafd99 (patch)
tree16aeb1cf18164848c8e810d6141d3c72f81c71aa /Library
parent5d2f2a3d4899ebc25facf4987a33b855fdbf5b5b (diff)
downloadhomebrew-7ccd4d0a8d7305e19ccf1dd8804fb0b661eafd99.tar.bz2
New Formula: figtoipe
Closes #8052. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/figtoipe.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/figtoipe.rb b/Library/Formula/figtoipe.rb
new file mode 100644
index 000000000..4955fa7f0
--- /dev/null
+++ b/Library/Formula/figtoipe.rb
@@ -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