New package: log4cpp-1.1.3

This commit is contained in:
bra1nwave 2019-08-10 21:43:14 +02:00 committed by Juan RP
parent 585509da7b
commit c50918836f
3 changed files with 28 additions and 0 deletions

View file

@ -3496,3 +3496,4 @@ libde265.so.0 libde265-1.0.3_1
libheif.so.1 libheif-1.4.0_1
libuninameslist.so.1 libuninameslist-20190701_1
libgambit.so.4 gambit-4.9.3_1
liblog4cpp.so.5 log4cpp-1.1.3_1

1
srcpkgs/log4cpp-devel Symbolic link
View file

@ -0,0 +1 @@
log4cpp

26
srcpkgs/log4cpp/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'log4cpp'
pkgname=log4cpp
version=1.1.3
revision=1
wrksrc="${pkgname}"
build_style=gnu-configure
configure_args="--disable-static --without-idsa"
makedepends="libnsl-devel"
short_desc="Library of C++ classes for flexible logging"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="LGPL-2.1-or-later"
homepage="http://log4cpp.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/log4cpp/log4cpp-${version}.tar.gz"
checksum=2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d
log4cpp-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/aclocal
vmove usr/bin/log4cpp-config
}
}