25 lines
694 B
Bash
25 lines
694 B
Bash
# Template file for 'belr'
|
|
pkgname=belr
|
|
version=5.3.100
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_SHARED_LIBS=TRUE -DENABLE_UNIT_TESTS=FALSE"
|
|
makedepends="bctoolbox-devel"
|
|
short_desc="ABNF Parser"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.linphone.org"
|
|
distfiles="https://gitlab.linphone.org/BC/public/belr/-/archive/${version}/belr-${version}.tar.gz"
|
|
checksum=3f0494e6e7e204f8eb8abc73d2c9305f283a0fe5aea658abe97cbcd3ab6a656e
|
|
|
|
belr-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
}
|
|
}
|