# Copyright 2009 Hong Hao # Distributed under the terms of the GNU General Public License v2 require systemd-service SUMMARY="A proxy DNS server with permanent caching" HOMEPAGE="http://members.home.nl/p.a.rombouts/pdnsd/index.html" DOWNLOADS="${HOMEPAGE%/*}/releases/${PNV}-par.tar.gz" LICENCES="GPL-3" SLOT="0" PLATFORMS="~amd64 ~x86" MYOPTIONS="" DEPENDENCIES="" DEFAULT_SRC_CONFIGURE_PARAMS=( --hates=docdir --enable-ipv6 --sysconfdir=/etc/${PN} ) src_install() { default install_systemd_files }