libebml: update to 1.3.6.

Closes #13691.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-20 16:07:51 -03:00 committed by Enno Boland
parent f5107d1b47
commit 45366a42e7

View file

@ -1,27 +1,23 @@
# Template file for 'libebml' # Template file for 'libebml'
pkgname=libebml pkgname=libebml
version=1.3.5 version=1.3.6
revision=1 revision=1
build_style=gnu-configure build_style=cmake
hostmakedepends="automake libtool pkg-config" configure_args="-DBUILD_SHARED_LIBS=ON"
short_desc="Extensible Binary Meta Language library" short_desc="Extensible Binary Meta Language library"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://dl.matroska.org/downloads/libebml/" license="LGPL-2.1-or-later"
license="LGPL-2.1" homepage="https://dl.matroska.org/downloads/libebml/"
distfiles="http://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz" distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz"
checksum=d818413f60742c2f036ba6f582c5e0320d12bffec1b0fc0fc17a398b6f04aa00 checksum=1e5a7a7820c493aa62b0f35e15b4233c792cc03458c55ebdfa7a6521e4b43e9e
pre_configure() {
autoreconf -if
}
libebml-devel_package() { libebml-devel_package() {
depends="libebml>=${version}_${revision}" depends="libebml>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.a vmove "usr/lib/*.so"
vmove usr/lib/*.so vmove usr/lib/cmake
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }