From c6e3179ffcbb9183abcf83eaaadcfd6dd0e3192a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 18 Sep 2020 18:07:01 +0300 Subject: log4cxx: added version 0.11, build fixes for non-scm versions --- packages/dev-libs/log4cxx/log4cxx-0.11.0.exheres-0 | 7 +++++++ packages/dev-libs/log4cxx/log4cxx.exlib | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 packages/dev-libs/log4cxx/log4cxx-0.11.0.exheres-0 (limited to 'packages/dev-libs/log4cxx') diff --git a/packages/dev-libs/log4cxx/log4cxx-0.11.0.exheres-0 b/packages/dev-libs/log4cxx/log4cxx-0.11.0.exheres-0 new file mode 100644 index 0000000..2d66d86 --- /dev/null +++ b/packages/dev-libs/log4cxx/log4cxx-0.11.0.exheres-0 @@ -0,0 +1,7 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr + +require log4cxx + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-libs/log4cxx/log4cxx.exlib b/packages/dev-libs/log4cxx/log4cxx.exlib index 1db3b65..c0514f7 100644 --- a/packages/dev-libs/log4cxx/log4cxx.exlib +++ b/packages/dev-libs/log4cxx/log4cxx.exlib @@ -10,6 +10,10 @@ SUMMARY="Library of C++ classes for logging to files, syslog and other destinati HOMEPAGE="https://logging.apache.org/log4cxx/latest_stable/index.html" LICENCES="Apache-2.0" SLOT="0" +if ! ever is_scm; then + DOWNLOADS="https://archive.apache.org/dist/logging/${PN}/${PV}/apache-${PNV}.tar.gz" + WORK="${WORKBASE}/apache-${PNV}" +fi MYOPTIONS=" smtp [[ description = [ Send an e-mail when a specific logging event occurs, typically on errors or fatal errors ] ]] -- cgit v1.2.3