yajl: remove long_desc.
This commit is contained in:
parent
1e04242755
commit
1aca63d229
1 changed files with 2 additions and 6 deletions
|
@ -1,17 +1,13 @@
|
|||
# Template build for 'yajl'.
|
||||
pkgname=yajl
|
||||
version=2.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="ruby cmake doxygen"
|
||||
short_desc="Yet Another JSON Library"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="ISC"
|
||||
homepage="http://lloyd.github.com/yajl/"
|
||||
checksum=4917049b7700e289d38e0ac82f63b7182a5dfc6cf21c5eb9a26d70b6d2e7b68b
|
||||
long_desc="
|
||||
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."
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${version} git://github.com/lloyd/yajl.git yajl-${version}
|
||||
|
@ -23,7 +19,7 @@ post_install() {
|
|||
}
|
||||
|
||||
yajl-devel_package() {
|
||||
depends="yajl>=${version}"
|
||||
depends="yajl>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in a new issue