mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
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 <vincent.legoll@gmail.com>
This commit is contained in:
parent
2ecc22f473
commit
e14f44a52e
1 changed files with 9 additions and 8 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'muparser'
|
# Template file for 'muparser'
|
||||||
pkgname=muparser
|
pkgname=muparser
|
||||||
version=2.2.6.1
|
version=2.3.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
short_desc="A fast mathematical expression parser library"
|
configure_args="-DENABLE_SAMPLES=OFF"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
makedepends="libgomp-devel"
|
||||||
|
short_desc="Fast mathematical expression parser library"
|
||||||
|
maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://muparser.beltoforion.de/"
|
homepage="http://muparser.beltoforion.de/"
|
||||||
distfiles="https://github.com/beltoforion/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/beltoforion/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=d2562853d972b6ddb07af47ce8a1cdeeb8bb3fa9e8da308746de391db67897b3
|
checksum=20b43cc68c655665db83711906f01b20c51909368973116dfc8d7b3c4ddb5dd4
|
||||||
disable_parallel_build=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense License.txt
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
muparser-devel_package() {
|
muparser-devel_package() {
|
||||||
|
@ -21,7 +22,7 @@ muparser-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue