aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/libtecla.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/libtecla.rb b/Library/Formula/libtecla.rb
new file mode 100644
index 000000000..0680ab7f1
--- /dev/null
+++ b/Library/Formula/libtecla.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Libtecla <Formula
+ url 'http://www.astro.caltech.edu/~mcs/tecla/libtecla-1.6.1.tar.gz'
+ homepage 'http://www.astro.caltech.edu/~mcs/tecla/index.html'
+ md5 '1892c8db9fecd38ed686b3ccf72a569b'
+
+ def install
+ ENV.j1
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
+ system "make install"
+ end
+end