2011-02-28 19:18:58 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Cimg < Formula
|
|
|
|
homepage 'http://cimg.sourceforge.net/'
|
2012-02-13 05:49:55 +00:00
|
|
|
url 'http://downloads.sourceforge.net/cimg/CImg-1.4.9.zip'
|
2011-11-15 21:07:17 +00:00
|
|
|
md5 'a07cba03f6d66a9970e0b3fcc230bddc'
|
2011-02-28 19:18:58 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-13 05:49:55 +00:00
|
|
|
include.install 'CImg.h'
|
2011-02-28 19:18:58 +00:00
|
|
|
|
|
|
|
doc.install %w(
|
|
|
|
README.txt CHANGES.txt
|
2011-04-16 18:25:57 +00:00
|
|
|
Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt
|
2011-02-28 19:18:58 +00:00
|
|
|
html examples)
|
|
|
|
end
|
|
|
|
end
|