libbson: update to 1.9.4.

Closes #13347.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-10 01:47:38 -03:00 committed by Enno Boland
parent 080a7e1cd6
commit ddf8fb6d15

View file

@ -1,6 +1,6 @@
# Template file for 'libbson' # Template file for 'libbson'
pkgname=libbson pkgname=libbson
version=1.9.3 version=1.9.4
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="perl automake libtool" hostmakedepends="perl automake libtool"
@ -9,19 +9,18 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/mongodb/libbson" homepage="https://github.com/mongodb/libbson"
distfiles="https://github.com/mongodb/libbson/archive/${version}.tar.gz" distfiles="https://github.com/mongodb/libbson/archive/${version}.tar.gz"
checksum=13b47f23f9ebfcbe91da81f85c9e1111aea2419df0116ce7cd1cbfb2af212c38 checksum=6b1bbd52dcc688e005c8784cb5637f2f16b34a825f251a6b57597edea3cea2a7
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
} }
libbson-devel_package() { libbson-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }