belr: update to 5.3.74.
This commit is contained in:
parent
03cb15a1a6
commit
d4bb36d88c
2 changed files with 14 additions and 3 deletions
11
srcpkgs/belr/patches/cmake.patch
Normal file
11
srcpkgs/belr/patches/cmake.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/CMakeLists.txt 2024-07-03 17:08:00.573354975 +0200
|
||||||
|
+++ - 2024-07-03 17:08:39.114753742 +0200
|
||||||
|
@@ -123,7 +123,7 @@
|
||||||
|
endif()
|
||||||
|
|
||||||
|
include(CMakePackageConfigHelpers)
|
||||||
|
-set(CMAKE_MODULES_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}")
|
||||||
|
+set(CMAKE_MODULES_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/")
|
||||||
|
configure_package_config_file("${PROJECT_NAME}Config.cmake.in" "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
|
||||||
|
INSTALL_DESTINATION "${CMAKE_MODULES_INSTALL_DIR}"
|
||||||
|
NO_SET_AND_CHECK_MACRO
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'belr'
|
# Template file for 'belr'
|
||||||
pkgname=belr
|
pkgname=belr
|
||||||
version=5.2.111
|
version=5.3.74
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_STATIC=FALSE -DENABLE_TESTS=NO"
|
configure_args="-DBUILD_SHARED_LIBS=TRUE -DENABLE_UNIT_TESTS=FALSE"
|
||||||
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://gitlab.linphone.org/BC/public/belr/-/archive/${version}/belr-${version}.tar.gz"
|
distfiles="https://gitlab.linphone.org/BC/public/belr/-/archive/${version}/belr-${version}.tar.gz"
|
||||||
checksum=7fac7fa6c6dde17b3c6b68c3a9152e66301325e3cdd3f729bc23f6b66194118f
|
checksum=a3adeff6d3075f749ea76e7842092a1e62856fb2f4b6c0e32f5f1800d6946557
|
||||||
|
|
||||||
belr-devel_package() {
|
belr-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue