Jansson 1.3
Jansson is a C library for parsing JSON objects. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8e5b4132d7
commit
6e4723c735
1 changed files with 13 additions and 0 deletions
13
Formula/jansson.rb
Normal file
13
Formula/jansson.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Jansson <Formula
|
||||
url 'http://www.digip.org/jansson/releases/jansson-1.3.tar.gz'
|
||||
homepage 'http://www.digip.org/jansson/'
|
||||
md5 '329fc6dbfc20f09b64a1c7392a8afb7f'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue