yajl: dbg support.
This commit is contained in:
parent
9986e30d31
commit
2768f606be
2 changed files with 6 additions and 9 deletions
srcpkgs/yajl
|
@ -2,14 +2,14 @@
|
||||||
pkgname=yajl
|
pkgname=yajl
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
__extraversion=5b0e7df
|
__extraversion=5b0e7df
|
||||||
homepage="http://lloyd.github.com/yajl/"
|
revision=2
|
||||||
distfiles="https://github.com/lloyd/${pkgname}/tarball/${version}/${pkgname}-${version}.tar.gz"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="ruby cmake doxygen"
|
makedepends="ruby cmake doxygen"
|
||||||
revision=1
|
|
||||||
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/"
|
||||||
|
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
|
||||||
|
@ -17,4 +17,3 @@ long_desc="
|
||||||
|
|
||||||
wrksrc="lloyd-${pkgname}-${__extraversion}"
|
wrksrc="lloyd-${pkgname}-${__extraversion}"
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'yajl-devel'.
|
# Template file for 'yajl-devel'.
|
||||||
#
|
#
|
||||||
depends="yajl"
|
depends="yajl>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue