diff options
Diffstat (limited to 'packages/dev-libs/log4cxx/log4cxx.exlib')
-rw-r--r-- | packages/dev-libs/log4cxx/log4cxx.exlib | 4 |
1 files changed, 4 insertions, 0 deletions
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 ] ]] |