25 lines
683 B
Bash
25 lines
683 B
Bash
# Template file for 'belr'
|
|
pkgname=belr
|
|
version=5.2.111
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DENABLE_STATIC=FALSE -DENABLE_TESTS=NO"
|
|
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=7fac7fa6c6dde17b3c6b68c3a9152e66301325e3cdd3f729bc23f6b66194118f
|
|
|
|
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
|
|
}
|
|
}
|