jansson: update to 2.6.
This commit is contained in:
parent
fcc6877ccd
commit
4eee7a1344
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jansson'
|
||||
pkgname=jansson
|
||||
version=2.5
|
||||
version=2.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for encoding, decoding and manipulating JSON data"
|
||||
|
@ -8,14 +8,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="http://www.digip.org/jansson/"
|
||||
distfiles="http://www.digip.org/jansson/releases/jansson-${version}.tar.bz2"
|
||||
checksum=262f5a3e9ad8f5d8b3c8683e8c57b5148ff0ad97cfe3d6f10b8b15ece126e4c7
|
||||
checksum=d2cc63ee7f6dcda6c9a8f0b558f94b8f25f048706b7cbd6a79d3e877b738cd4d
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
||||
jansson-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue