belr: update to 4.4.0.
This commit is contained in:
parent
51bcc10c03
commit
7f4c2f0fee
1 changed files with 5 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'belr'
|
# Template file for 'belr'
|
||||||
pkgname=belr
|
pkgname=belr
|
||||||
version=0.1.3
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-0"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DENABLE_STATIC=FALSE -DENABLE_TESTS=NO"
|
||||||
makedepends="bctoolbox-devel"
|
makedepends="bctoolbox-devel"
|
||||||
short_desc="ABNF Parser"
|
short_desc="ABNF Parser"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.linphone.org"
|
homepage="https://www.linphone.org"
|
||||||
distfiles="https://www.linphone.org/releases/sources/belr/belr-${version}.tar.gz"
|
distfiles="https://gitlab.linphone.org/BC/public/belr/-/archive/${version}/belr-${version}.tar.gz"
|
||||||
checksum=81995491f6049f67cf84339ed69880816186ed518dd5d80e6b3b793c1e139bbb
|
checksum=0b6ab6d3c4d0eb07036e21d2a7e03d949230cc89fd70730d79e28292f02ff101
|
||||||
|
|
||||||
belr-devel_package() {
|
belr-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -18,8 +18,7 @@ belr-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share/Belr/cmake
|
vmove usr/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue