| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 02.28.10 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd tmpfiles
MY_P="${PN}.v.${PV}"
DESCRIPTION="A simple dynamic DNS client"
HOMEPAGE="https://sourceforge.net/projects/inadyn-mt/"
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug sound"
DEPEND="sound? ( media-libs/libao )"
RDEPEND="acct-group/inadyn
acct-user/inadyn
${DEPEND}"
DOCS=( ChangeLog README )
src_configure() {
econf "$(use_enable debug)" "$(use_enable sound)"
}
src_install() {
emake INSTALL_PREFIX="${D}"/usr/share DESTDIR="${D}" install
newinitd "${FILESDIR}"/inadyn-mt.initd inadyn-mt
newconfd "${FILESDIR}"/inadyn-mt.confd inadyn-mt
systemd_dounit "${FILESDIR}"/inadyn-mt.service
newtmpfiles "${FILESDIR}"/inadyn-mt.tmpfile inadyn-mt.conf
}
pkg_postinst() {
tmpfiles_process inadyn-mt.conf
}
sound? ( media-libs/libao )
acct-group/inadyn acct-user/inadyn sound? ( media-libs/libao )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | inadyn-mt.v.02.28.10.tar.gz | 1246185 bytes | https://downloads.sourceforge.net/project/inadyn-mt/inadyn-mt/inadyn-mt.v.02.28.10/inadyn-mt.v.02.28.10.tar.gz |