2020-02-11 12:34:09 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2012-01-27 11:36:34 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2020-02-11 12:34:09 +03:00
|
|
|
EAPI=7
|
2012-01-27 11:36:34 +04:00
|
|
|
|
2020-02-11 12:34:09 +03:00
|
|
|
EGIT_REPO_URI="https://gitlab.com/Pinkbyte/yasnd.git"
|
|
|
|
inherit autotools git-r3
|
2012-02-29 21:20:45 +04:00
|
|
|
|
2012-01-27 11:36:34 +04:00
|
|
|
DESCRIPTION="Yet Another Stupid Network Daemon, tool that checks hosts' availability"
|
2020-02-11 12:34:09 +03:00
|
|
|
HOMEPAGE="https://gitlab.com/Pinkbyte/yasnd"
|
2012-01-27 11:36:34 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="app-mobilephone/gammu
|
2020-02-11 12:34:09 +03:00
|
|
|
dev-libs/confuse:="
|
2012-03-01 13:31:02 +04:00
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
2020-02-11 12:34:09 +03:00
|
|
|
src_prepare() {
|
|
|
|
eapply_user
|
|
|
|
eautoreconf
|
|
|
|
}
|
2012-03-01 13:31:02 +04:00
|
|
|
|
|
|
|
src_install() {
|
|
|
|
newinitd contrib/yasnd.openrc yasnd
|
2012-03-28 11:13:49 +04:00
|
|
|
newinitd contrib/yasnd-early.openrc yasnd-early
|
2020-02-11 12:34:09 +03:00
|
|
|
default
|
2012-01-27 11:36:34 +04:00
|
|
|
}
|