leatherman: update to 1.12.0; switch to shlibs
This commit is contained in:
parent
a86647df23
commit
6dba4d53ee
3 changed files with 26 additions and 5 deletions
|
@ -2548,6 +2548,15 @@ libOpenCOLLADABaseUtils.so opencollada-0.0.20160223_1
|
||||||
libOpenCOLLADAFramework.so opencollada-0.0.20160223_1
|
libOpenCOLLADAFramework.so opencollada-0.0.20160223_1
|
||||||
libOpenCOLLADASaxFrameworkLoader.so opencollada-0.0.20160223_1
|
libOpenCOLLADASaxFrameworkLoader.so opencollada-0.0.20160223_1
|
||||||
libOpenCOLLADAStreamWriter.so opencollada-0.0.20160223_1
|
libOpenCOLLADAStreamWriter.so opencollada-0.0.20160223_1
|
||||||
|
leatherman_util.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_locale.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_logging.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_json_container.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_file_util.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_curl.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_dynamic_library.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_execution.so.1.12.0 leatherman-1.12.0_1
|
||||||
|
leatherman_ruby.so.1.12.0 leatherman-1.12.0_1
|
||||||
libUTF.so opencollada-0.0.20160223_1
|
libUTF.so opencollada-0.0.20160223_1
|
||||||
libbuffer.so opencollada-0.0.20160223_1
|
libbuffer.so opencollada-0.0.20160223_1
|
||||||
libftoa.so opencollada-0.0.20160223_1
|
libftoa.so opencollada-0.0.20160223_1
|
||||||
|
|
1
srcpkgs/leatherman-devel
Symbolic link
1
srcpkgs/leatherman-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
leatherman
|
|
@ -1,16 +1,27 @@
|
||||||
# Template file for 'leatherman'
|
# Template file for 'leatherman'
|
||||||
# Note: always revbump cpp-hocon when updating as it links against this static lib
|
|
||||||
pkgname=leatherman
|
pkgname=leatherman
|
||||||
version=1.11.0
|
version=1.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
configure_args="-DLEATHERMAN_SHARED=ON"
|
||||||
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="boost-devel libcurl-devel"
|
makedepends="boost-devel libcurl-devel"
|
||||||
short_desc="Collection of C++ and CMake utility libraries"
|
short_desc="Collection of C++ and CMake utility libraries"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/puppetlabs/leatherman"
|
homepage="https://github.com/puppetlabs/leatherman/"
|
||||||
distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=38fe9a272fec824c503a9dc91b79cfe6e05b868e55fba9977de9baff5ad1be7e
|
checksum=93b9f6889963b98aaf64fa4098b5f3402fed1fe0b8e08ff7bcd3abfb00e5a3aa
|
||||||
|
python_version=3
|
||||||
|
|
||||||
CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value -Wno-deprecated-copy"
|
CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value -Wno-deprecated-copy"
|
||||||
|
|
||||||
|
leatherman-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue