New package: yajl-2.0.1 - Yet Another JSON Library.
This commit is contained in:
parent
be9ff77bfd
commit
89031a203c
6 changed files with 43 additions and 0 deletions
|
@ -919,3 +919,4 @@ libgvnc-1.0.so.0 gtk-vnc gtk-vnc-devel
|
|||
libgtk-vnc-2.0.so.0 gtk-vnc gtk-vnc-devel
|
||||
libyaml-0.so.2 libyaml libyaml-devel
|
||||
libgtksourceviewmm-3.0.so.0 gtksourceviewmm gtksourceviewmm-devel
|
||||
libyajl.so.2 yajl yajl-devel
|
||||
|
|
1
srcpkgs/yajl-devel
Symbolic link
1
srcpkgs/yajl-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
yajl
|
2
srcpkgs/yajl/depends
Normal file
2
srcpkgs/yajl/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=2.0.1"
|
||||
api_depends="${abi_depends}"
|
24
srcpkgs/yajl/template
Normal file
24
srcpkgs/yajl/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template build for 'yajl'.
|
||||
pkgname=yajl
|
||||
version=2.0.1
|
||||
__extraversion=f4b2b1a
|
||||
homepage="http://lloyd.github.com/yajl/"
|
||||
distfiles="http://mirrors.ircam.fr/pub/OpenBSD/distfiles/lloyd-${pkgname}-${version}.tar.gz"
|
||||
build_style=cmake
|
||||
revision=1
|
||||
short_desc="Yet Another JSON Library."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="ISC"
|
||||
checksum=c2d9096ba1ebc9a368347c7c695cfbbc72690571a5f7955ce226eedbea5b4721
|
||||
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."
|
||||
|
||||
wrksrc="lloyd-${pkgname}-${__extraversion}"
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
Add_dependency build coreutils
|
||||
Add_dependency build ruby
|
||||
Add_dependency build cmake
|
||||
Add_dependency build doxygen
|
14
srcpkgs/yajl/yajl-devel.template
Normal file
14
srcpkgs/yajl/yajl-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'yajl-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run yajl
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/include usr
|
||||
}
|
1
srcpkgs/yajl/yajl.rshlibs
Normal file
1
srcpkgs/yajl/yajl.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
Loading…
Reference in a new issue