yajl: remove long_desc.

This commit is contained in:
Juan RP 2014-02-14 14:49:30 +01:00
parent 1e04242755
commit 1aca63d229

View file

@ -1,17 +1,13 @@
# Template build for 'yajl'. # Template build for 'yajl'.
pkgname=yajl pkgname=yajl
version=2.0.4 version=2.0.4
revision=1 revision=2
build_style=cmake build_style=cmake
hostmakedepends="ruby cmake doxygen" hostmakedepends="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/"
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() { do_fetch() {
git clone -b${version} git://github.com/lloyd/yajl.git yajl-${version} git clone -b${version} git://github.com/lloyd/yajl.git yajl-${version}
@ -23,7 +19,7 @@ post_install() {
} }
yajl-devel_package() { yajl-devel_package() {
depends="yajl>=${version}" depends="yajl>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove "usr/lib/*.a" vmove "usr/lib/*.a"