mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
fe0c19e56a
commit
6154982486
2 changed files with 4 additions and 6 deletions
|
@ -1340,7 +1340,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
|
||||||
libre2.so.10 re2-2023.03.01_1
|
libre2.so.10 re2-2023.03.01_1
|
||||||
libminizip.so.1 minizip-1.2.7_1
|
libminizip.so.1 minizip-1.2.7_1
|
||||||
libsrtp2.so.1 libsrtp-2.1.0_1
|
libsrtp2.so.1 libsrtp-2.1.0_1
|
||||||
libjsoncpp.so.24 jsoncpp-1.9.4_1
|
libjsoncpp.so.25 jsoncpp-1.9.5_1
|
||||||
libesmtp.so.6 libesmtp-1.0.6_21
|
libesmtp.so.6 libesmtp-1.0.6_21
|
||||||
libcaca.so.0 libcaca-0.99.beta18_3
|
libcaca.so.0 libcaca-0.99.beta18_3
|
||||||
libcaca++.so.0 libcaca-0.99.beta18_3
|
libcaca++.so.0 libcaca-0.99.beta18_3
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
# Template file for 'jsoncpp'
|
# Template file for 'jsoncpp'
|
||||||
pkgname=jsoncpp
|
pkgname=jsoncpp
|
||||||
version=1.9.4
|
version=1.9.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
short_desc="JSON implementation in C++"
|
short_desc="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"
|
||||||
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
|
checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
|
||||||
|
|
||||||
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue