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.exlib | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/dev-libs/log4cxx/log4cxx.exlib') 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