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