blob: 71c243d09bfb6532f3ff161bfb6f2ffd8fd73e42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "json C library"
AUTHOR = "Michael Clark and C. Watford"
HOMEPAGE = "http://oss.metaparadigm.com/json-c/"
SECTION = "libs"
LICENSE = "MIT/X11"
PV = "0.9+svnr${SRCPV}"
SRC_URI = "svn://svn.metaparadigm.com/svn/json-c/;module=trunk;proto=http \
file://json-c-longlongint.patch"
SRCREV = "55"
S = "${WORKDIR}/trunk"
inherit autotools
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_shr = "1"
|