aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRyan Pavlik2010-08-27 18:51:58 -0700
committerDavid Höppner2010-08-29 13:09:31 +0200
commit247ffb808e0613196b77853088a3f543951b20b4 (patch)
treeb6e4ea7079a60d41d2a3b90ab420b63d3109f8f3 /Library
parent8f07811a177334f5f224a693fde0e54873d39d7c (diff)
downloadhomebrew-247ffb808e0613196b77853088a3f543951b20b4.tar.bz2
New formula gmtl
Graphics Math Template Library (GMTL) Signed-off-by: David Höppner <0xffea@gmail.com> * relative path
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gmtl.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/gmtl.rb b/Library/Formula/gmtl.rb
new file mode 100644
index 000000000..33da56bfb
--- /dev/null
+++ b/Library/Formula/gmtl.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Gmtl <Formula
+ url 'http://downloads.sourceforge.net/project/ggt/Generic%20Math%20Template%20Library/0.6.0/gmtl-0.6.0.tar.gz'
+ homepage 'http://ggt.sourceforge.net/'
+ md5 '018c2cce3c87ad63509481b1eb144387'
+
+ depends_on 'scons'
+
+ def install
+ system "scons", "install", "prefix=#{prefix}"
+ end
+end