aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars2011-03-04 16:27:30 +0200
committerAdam Vandenberg2011-03-05 11:17:42 -0800
commit64a844f9e86ec288fe4c5d8383421489fc9a80c4 (patch)
tree9983efb80d6dc1009170a3657346995dcf1593cb
parentf0d7c109d1c88961b2f2cd4d02741878cadc9447 (diff)
downloadhomebrew-64a844f9e86ec288fe4c5d8383421489fc9a80c4.tar.bz2
epstool 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/epstool.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/epstool.rb b/Library/Formula/epstool.rb
new file mode 100644
index 000000000..23d4e745e
--- /dev/null
+++ b/Library/Formula/epstool.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Epstool <Formula
+ url 'http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/epstool-3.08.tar.gz'
+ homepage 'http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm'
+ md5 '465a57a598dbef411f4ecbfbd7d4c8d7'
+
+ def install
+ inreplace 'makefile' do |s|
+ s.change_make_var! "EPSTOOL_ROOT", prefix
+ s.change_make_var! "EPSTOOL_MANDIR", man
+ end
+ system "make install"
+ end
+end