# Distributed under the terms of the GNU General Public License v2 # Copyright 2020 Gluzskiy Alexandr require github [ user=collectd tag=${PNV} ] require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ] export_exlib_phases src_install SUMMARY="The system statistics collection daemon." LICENCES="MIT" SLOT="0" #TODO: all deps are optional, but suggestions may be useful # or maybe it's better to implement options for available deps DEPENDENCIES=" " DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-werror ) collectd_src_install() { default nonfatal edo rmdir "${IMAGE}"/var/lib/log nonfatal edo rmdir "${IMAGE}"/var/lib/run nonfatal edo rmdir "${IMAGE}"/var/lib/lib/collectd nonfatal edo rmdir "${IMAGE}"/var/lib/lib nonfatal edo rmdir "${IMAGE}"/var/lib nonfatal edo rmdir "${IMAGE}"/var }