From e14f44a52ed828199ce328a76ac50cb9ccf463cb Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Tue, 10 Jun 2025 23:05:28 +0200 Subject: [PATCH] muparser: update to 2.3.5 New versions migrated to cmake Disabled samples generation Reenable parallel builds Also adopt package License file has been renamed, content re-indented, the only modification to the text seems to be: "COPYRIGHT HOLDER" vs "COPYRIGHT OWNER" Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> Signed-off-by: Vincent Legoll --- srcpkgs/muparser/template | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/muparser/template b/srcpkgs/muparser/template index d2b04e19690..ea72f79c3ca 100644 --- a/srcpkgs/muparser/template +++ b/srcpkgs/muparser/template @@ -1,18 +1,19 @@ # Template file for 'muparser' pkgname=muparser -version=2.2.6.1 +version=2.3.5 revision=1 -build_style=gnu-configure -short_desc="A fast mathematical expression parser library" -maintainer="Orphaned " +build_style=cmake +configure_args="-DENABLE_SAMPLES=OFF" +makedepends="libgomp-devel" +short_desc="Fast mathematical expression parser library" +maintainer="Vincent Legoll " license="MIT" homepage="http://muparser.beltoforion.de/" distfiles="https://github.com/beltoforion/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=d2562853d972b6ddb07af47ce8a1cdeeb8bb3fa9e8da308746de391db67897b3 -disable_parallel_build=yes +checksum=20b43cc68c655665db83711906f01b20c51909368973116dfc8d7b3c4ddb5dd4 post_install() { - vlicense License.txt + vlicense LICENSE } muparser-devel_package() { @@ -21,7 +22,7 @@ muparser-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove usr/lib/cmake vmove usr/lib/*.so } } -