yaml-cpp: update to 0.6.3.
This commit is contained in:
parent
2408662d3c
commit
cfd75b75c8
1 changed files with 8 additions and 4 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'yaml-cpp'
|
# Template file for 'yaml-cpp'
|
||||||
pkgname=yaml-cpp
|
pkgname=yaml-cpp
|
||||||
version=0.6.2
|
version=0.6.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF
|
configure_args="
|
||||||
|
-DBUILD_SHARED_LIBS=ON
|
||||||
|
-DYAML_BUILD_SHARED_LIBS=ON
|
||||||
|
-DYAML_CPP_BUILD_TOOLS=OFF
|
||||||
-DYAML_CPP_BUILD_TESTS=OFF"
|
-DYAML_CPP_BUILD_TESTS=OFF"
|
||||||
short_desc="YAML parser and emitter in C++"
|
short_desc="YAML parser and emitter in C++"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jbeder/yaml-cpp"
|
homepage="https://github.com/jbeder/yaml-cpp"
|
||||||
distfiles="https://github.com/jbeder/${pkgname}/archive/yaml-cpp-${version}.tar.gz"
|
distfiles="https://github.com/jbeder/${pkgname}/archive/yaml-cpp-${version}.tar.gz"
|
||||||
checksum=e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05
|
checksum=77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -23,6 +26,7 @@ yaml-cpp-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
Add a link
Reference in a new issue