From c50918836fe4d37f57ff1a44192ce58d6f6b71b5 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sat, 10 Aug 2019 21:43:14 +0200 Subject: [PATCH] New package: log4cpp-1.1.3 --- common/shlibs | 1 + srcpkgs/log4cpp-devel | 1 + srcpkgs/log4cpp/template | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 120000 srcpkgs/log4cpp-devel create mode 100644 srcpkgs/log4cpp/template diff --git a/common/shlibs b/common/shlibs index 77427f34ab9..d6b460d89e6 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/log4cpp-devel b/srcpkgs/log4cpp-devel new file mode 120000 index 00000000000..720421d9346 --- /dev/null +++ b/srcpkgs/log4cpp-devel @@ -0,0 +1 @@ +log4cpp \ No newline at end of file diff --git a/srcpkgs/log4cpp/template b/srcpkgs/log4cpp/template new file mode 100644 index 00000000000..0d8baea35fd --- /dev/null +++ b/srcpkgs/log4cpp/template @@ -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 " +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 + } +}