log4cplus: update to 2.0.0.
Closes #14358. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
45496516a4
commit
60225e113e
1 changed files with 8 additions and 7 deletions
|
@ -1,25 +1,26 @@
|
||||||
# Template file for 'log4cplus'
|
# Template file for 'log4cplus'
|
||||||
pkgname=log4cplus
|
pkgname=log4cplus
|
||||||
version=1.2.1
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-working-locale"
|
configure_args="--with-working-locale"
|
||||||
short_desc="C++ logger very close to Java's log4j"
|
short_desc="C++ logger very close to Java's log4j"
|
||||||
maintainer="Juergen Buchmueller <pullmoll@t-online.de>"
|
maintainer="Juergen Buchmueller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="Apache-2.0"
|
||||||
homepage="http://log4cplus.sourceforge.net/"
|
homepage="https://github.com/log4cplus/log4cplus"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
#changelog="https://raw.githubusercontent.com/log4cplus/log4cplus/master/ChangeLog"
|
||||||
checksum=09899274d18af7ec845ef2c36a86b446a03f6b0e3b317d96d89447007ebed0fc
|
distfiles="https://github.com/log4cplus/log4cplus/releases/download/REL_${version//./_}/log4cplus-${version}.tar.xz"
|
||||||
|
checksum=8c85e769c3dbec382ed4db91f15e5bc24ba979f810262723781f2fc596339bf4
|
||||||
|
|
||||||
# Reduce log spamming for deprecated auto_ptr
|
# Reduce log spamming for deprecated auto_ptr
|
||||||
CXXFLAGS="-Wno-deprecated-declarations"
|
# CXXFLAGS="-Wno-deprecated-declarations"
|
||||||
|
|
||||||
log4cplus-devel_package() {
|
log4cplus-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue