jsoncpp: build with meson
- Upstream recommends meson - cmake will depends on jsoncpp-devel
This commit is contained in:
parent
83e83fad06
commit
7e9a735ed1
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template build file for 'jsoncpp'.
|
# Template file for 'jsoncpp'
|
||||||
pkgname=jsoncpp
|
pkgname=jsoncpp
|
||||||
version=1.9.4
|
version=1.9.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=meson
|
||||||
configure_args="-DBUILD_STATIC_LIBS=1 -DBUILD_SHARED_LIBS=1 -DJSONCPP_WITH_TESTS=0"
|
short_desc="JSON implementation in C++"
|
||||||
short_desc="A JSON implementation in C++"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Public Domain, MIT"
|
license="Public Domain, MIT"
|
||||||
homepage="https://github.com/open-source-parsers/jsoncpp"
|
homepage="https://github.com/open-source-parsers/jsoncpp"
|
||||||
|
@ -23,7 +22,6 @@ jsoncpp-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.a
|
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue