json-c: update to 0.12.
This commit is contained in:
parent
eabef38709
commit
96db833102
|
@ -1,8 +1,7 @@
|
||||||
# Template build file for 'json-c'.
|
# Template build file for 'json-c'.
|
||||||
pkgname=json-c
|
pkgname=json-c
|
||||||
version=0.11
|
version=0.12
|
||||||
revision=3
|
revision=1
|
||||||
disable_parallel_build=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="A JSON implementation in C"
|
short_desc="A JSON implementation in C"
|
||||||
|
@ -10,12 +9,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://oss.metaparadigm.com/$pkgname"
|
homepage="http://oss.metaparadigm.com/$pkgname"
|
||||||
distfiles="https://s3.amazonaws.com/json-c_releases/releases/$pkgname-$version.tar.gz"
|
distfiles="https://s3.amazonaws.com/json-c_releases/releases/$pkgname-$version.tar.gz"
|
||||||
checksum=28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c
|
checksum=000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f
|
||||||
|
|
||||||
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue