void-packages/srcpkgs/libebml/template
Nathan Owens 1ea4c90e42 libebml: update to 1.3.10
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-12 14:22:42 +01:00

24 lines
683 B
Bash

# Template file for 'libebml'
pkgname=libebml
version=1.3.10
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
short_desc="Extensible Binary Meta Language library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://dl.matroska.org/downloads/libebml/"
distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz"
checksum=c6a792f4127b8059bc446fb32391e6633811f45748d7d7ba873d7028362f5e3e
libebml-devel_package() {
depends="libebml>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
}
}