2011-02-28 19:18:58 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Cimg < Formula
|
|
|
|
homepage 'http://cimg.sourceforge.net/'
|
2012-07-13 14:04:06 +00:00
|
|
|
url 'http://downloads.sourceforge.net/cimg/CImg-1.5.0.zip'
|
|
|
|
sha1 '6b603822a187c94c120d3b561048e1ef12f9b56f'
|
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(
|
2012-07-13 14:04:06 +00:00
|
|
|
README.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
|