Camellia 2.7.0
Camellia is an image processing and computer vision library Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6f8268a682
commit
888119013a
1 changed files with 13 additions and 0 deletions
13
Formula/camellia.rb
Normal file
13
Formula/camellia.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Camellia < Formula
|
||||
homepage 'http://camellia.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/camellia/Unix_Linux%20Distribution/v2.7.0/CamelliaLib-2.7.0.tar.gz'
|
||||
md5 '9dcfccb1d88193a963d18403f0e8474f'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue