jansson: update to 2.5.
This commit is contained in:
parent
e7ce46034d
commit
dcec2c1bdb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jansson'
|
||||
pkgname=jansson
|
||||
version=2.4
|
||||
version=2.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for encoding, decoding and manipulating JSON data"
|
||||
|
@ -16,16 +16,17 @@ post_install() {
|
|||
|
||||
jansson-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
jansson_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue