aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorroyhodgman2011-02-28 21:18:58 +0200
committerAdam Vandenberg2011-04-13 23:15:48 -0700
commitf41a3b896c2850f0efbb051113bd8860b74af27b (patch)
tree44c5025b622bd33c5cd52451ce8feb4e002fb85c /Library
parent57572e1c9140cfb5e9f7ad64ef9d2c94f1b808e5 (diff)
downloadhomebrew-f41a3b896c2850f0efbb051113bd8860b74af27b.tar.bz2
CImg 1.4.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cimg.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/Library/Formula/cimg.rb b/Library/Formula/cimg.rb
new file mode 100644
index 000000000..0364819db
--- /dev/null
+++ b/Library/Formula/cimg.rb
@@ -0,0 +1,17 @@
+require 'formula'
+
+class Cimg < Formula
+ url 'http://downloads.sourceforge.net/cimg/CImg-1.4.7.zip'
+ homepage 'http://cimg.sourceforge.net/'
+ sha1 '2c7a86537601a3051ff27f9111811f66b03aa8e9'
+
+ def install
+ include.install ['CImg.h']
+
+ doc.install %w(
+ README.txt CHANGES.txt
+ Licence_CeCILL-C_V1-en.txt
+ Licence_CeCILL_V2-en.txt
+ html examples)
+ end
+end