24 lines
685 B
Bash
24 lines
685 B
Bash
# Template file for 'libebml'
|
|
pkgname=libebml
|
|
version=1.3.7
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
|
short_desc="Extensible Binary Meta Language library"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
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=e3244c87f584d7fc8c371881a6b7b06583cc041f88e2e3fae9a215d9ca58e9f4
|
|
|
|
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
|
|
}
|
|
}
|