summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-09-18 18:07:01 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-09-18 18:07:01 +0300
commitc6e3179ffcbb9183abcf83eaaadcfd6dd0e3192a (patch)
treeef93f5803cdf28adb86774f2cf36db1e400159e5
parent2a98b7346cb701e4fd3066ab6bb3d906e30349cc (diff)
log4cxx: added version 0.11, build fixes for non-scm versions
-rw-r--r--packages/dev-libs/log4cxx/log4cxx-0.11.0.exheres-07
-rw-r--r--packages/dev-libs/log4cxx/log4cxx.exlib4
2 files changed, 11 insertions, 0 deletions
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 <sss@sss.chaoslab.ru>
+
+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 ] ]]