diff options
author | Juergen Daubert <jue@jue.li> | 2013-03-20 18:23:46 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-03-20 18:23:46 +0100 |
commit | f96d646e0a0811d7048eead634ef98cad9d8b453 (patch) | |
tree | 0ed040f84e678d30e7693f94816c6ace49ddf1d7 /json-c | |
parent | b2a85aed8d31bc7e87c931d0dfab3e093215c08c (diff) | |
download | opt-f96d646e0a0811d7048eead634ef98cad9d8b453.tar.gz opt-f96d646e0a0811d7048eead634ef98cad9d8b453.tar.xz |
json-c: update to 0.10
Diffstat (limited to 'json-c')
-rw-r--r-- | json-c/.footprint | 9 | ||||
-rw-r--r-- | json-c/.md5sum | 2 | ||||
-rw-r--r-- | json-c/Pkgfile | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/json-c/.footprint b/json-c/.footprint index 6f14f3a76..618d550bc 100644 --- a/json-c/.footprint +++ b/json-c/.footprint @@ -5,7 +5,10 @@ drwxr-xr-x root/root usr/include/json/ -rw-r--r-- root/root usr/include/json/bits.h -rw-r--r-- root/root usr/include/json/debug.h -rw-r--r-- root/root usr/include/json/json.h +-rw-r--r-- root/root usr/include/json/json_config.h +-rw-r--r-- root/root usr/include/json/json_inttypes.h -rw-r--r-- root/root usr/include/json/json_object.h +-rw-r--r-- root/root usr/include/json/json_object_iterator.h -rw-r--r-- root/root usr/include/json/json_object_private.h -rw-r--r-- root/root usr/include/json/json_tokener.h -rw-r--r-- root/root usr/include/json/json_util.h @@ -14,8 +17,8 @@ drwxr-xr-x root/root usr/include/json/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libjson.a -rwxr-xr-x root/root usr/lib/libjson.la -lrwxrwxrwx root/root usr/lib/libjson.so -> libjson.so.0.0.1 -lrwxrwxrwx root/root usr/lib/libjson.so.0 -> libjson.so.0.0.1 --rwxr-xr-x root/root usr/lib/libjson.so.0.0.1 +lrwxrwxrwx root/root usr/lib/libjson.so -> libjson.so.0.1.0 +lrwxrwxrwx root/root usr/lib/libjson.so.0 -> libjson.so.0.1.0 +-rwxr-xr-x root/root usr/lib/libjson.so.0.1.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/json.pc diff --git a/json-c/.md5sum b/json-c/.md5sum index 28d3e608f..76cb61471 100644 --- a/json-c/.md5sum +++ b/json-c/.md5sum @@ -1 +1 @@ -3a13d264528dcbaf3931b0cede24abae json-c-0.9.tar.gz +a4edc79410eb894f08d7d52ca9f88732 json-c-0.10.tar.gz diff --git a/json-c/Pkgfile b/json-c/Pkgfile index 341c9ac55..6ee9a3ccc 100644 --- a/json-c/Pkgfile +++ b/json-c/Pkgfile @@ -3,13 +3,14 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=json-c -version=0.9 +version=0.10 release=1 -source=(http://oss.metaparadigm.com/$name/$name-$version.tar.gz) +source=(https://s3.amazonaws.com/json-c_releases/releases/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install + install -m 0644 json_object_iterator.h $PKG/usr/include/json } |