24 lines
743 B
Bash
24 lines
743 B
Bash
# Template file for 'bcmatroska2'
|
|
pkgname=bcmatroska2
|
|
version=5.2.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DENABLE_STATIC=OFF"
|
|
makedepends="bctoolbox-devel"
|
|
short_desc="C library for working with matroska files"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://gitlab.linphone.org/BC/public/bcmatroska2"
|
|
distfiles="https://gitlab.linphone.org/BC/public/bcmatroska2/-/archive/${version}/bcmatroska2-${version}.tar.gz"
|
|
checksum=473aa34b66c5b138a882afaa2d16feb042a7df8b71542566d53d80ae745d051a
|
|
|
|
bcmatroska2-devel_package() {
|
|
depends="bcmatroska2-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share/bcmatroska2/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|