560756cf7f
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
23 lines
797 B
Bash
23 lines
797 B
Bash
# Template file for 'log4cplus'
|
|
pkgname=log4cplus
|
|
version=2.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-working-locale"
|
|
short_desc="C++ logger very close to Java's log4j"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/log4cplus/log4cplus"
|
|
#changelog="https://raw.githubusercontent.com/log4cplus/log4cplus/master/ChangeLog"
|
|
distfiles="https://github.com/log4cplus/log4cplus/releases/download/REL_${version//./_}/log4cplus-${version}.tar.xz"
|
|
checksum=faf15f3651e2d0f9f9cf2c1bfcb38ec4962f22f4a671410453a27c0976da5e36
|
|
|
|
log4cplus-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|