yajl: update to 2.0.4.
This commit is contained in:
parent
a1e7b44af6
commit
83a1d92df5
@ -1,27 +1,37 @@
|
|||||||
# Template build for 'yajl'.
|
# Template build for 'yajl'.
|
||||||
pkgname=yajl
|
pkgname=yajl
|
||||||
version=2.0.2
|
version=2.0.4
|
||||||
__extraversion=5b0e7df
|
revision=1
|
||||||
revision=2
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="ruby cmake doxygen"
|
makedepends="ruby cmake doxygen"
|
||||||
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"
|
||||||
homepage="http://lloyd.github.com/yajl/"
|
homepage="http://lloyd.github.com/yajl/"
|
||||||
distfiles="https://github.com/lloyd/${pkgname}/tarball/${version}/${pkgname}-${version}.tar.gz"
|
|
||||||
checksum=4917049b7700e289d38e0ac82f63b7182a5dfc6cf21c5eb9a26d70b6d2e7b68b
|
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}"
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -b${version} git://github.com/lloyd/yajl.git yajl-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/lib
|
||||||
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
}
|
||||||
|
|
||||||
yajl-devel_package() {
|
yajl-devel_package() {
|
||||||
depends="yajl>=${version}"
|
depends="yajl>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user