2011-02-28 19:18:58 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Cimg < Formula
|
|
|
|
homepage 'http://cimg.sourceforge.net/'
|
2012-10-28 17:03:26 +00:00
|
|
|
url 'http://downloads.sourceforge.net/cimg/CImg-1.5.2.zip'
|
|
|
|
sha1 'd1323ce2e758f96c505dd68e5f58a9f6bd51a93c'
|
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
|