yajl: update to 2.0.2.

This commit is contained in:
Juan RP 2011-11-30 16:15:08 +01:00
parent e2e5235854
commit 6a9ba2b2e1

View file

@ -1,20 +1,19 @@
# Template build for 'yajl'. # Template build for 'yajl'.
pkgname=yajl pkgname=yajl
version=2.0.1 version=2.0.2
__extraversion=f4b2b1a __extraversion=5b0e7df
homepage="http://lloyd.github.com/yajl/" homepage="http://lloyd.github.com/yajl/"
distfiles="http://mirrors.ircam.fr/pub/OpenBSD/distfiles/lloyd-${pkgname}-${version}.tar.gz" distfiles="https://github.com/lloyd/${pkgname}/tarball/${version}/${pkgname}-${version}.tar.gz"
build_style=cmake build_style=cmake
short_desc="Yet Another JSON Library." short_desc="Yet Another JSON Library"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="ISC" license="ISC"
checksum=c2d9096ba1ebc9a368347c7c695cfbbc72690571a5f7955ce226eedbea5b4721 checksum=4917049b7700e289d38e0ac82f63b7182a5dfc6cf21c5eb9a26d70b6d2e7b68b
long_desc=" long_desc="
YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a
small validating JSON generator. YAJL is released under the ISC license." small validating JSON generator. YAJL is released under the ISC license."
wrksrc="lloyd-${pkgname}-${__extraversion}" wrksrc="lloyd-${pkgname}-${__extraversion}"
subpackages="${pkgname}-devel" subpackages="${pkgname}-devel"
Add_dependency build coreutils Add_dependency build coreutils