2012-01-27 11:36:34 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="4"
|
|
|
|
|
2012-03-01 13:31:02 +04:00
|
|
|
inherit git-2 autotools-utils
|
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"
|
|
|
|
HOMEPAGE="http://github.com/Pinkbyte/yasnd"
|
|
|
|
EGIT_REPO_URI="http://github.com/Pinkbyte/yasnd.git"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2012-02-23 01:14:24 +04:00
|
|
|
KEYWORDS=""
|
2012-01-27 11:36:34 +04:00
|
|
|
IUSE=""
|
|
|
|
SRC_URI=""
|
|
|
|
|
|
|
|
RDEPEND="app-mobilephone/gammu
|
|
|
|
dev-libs/confuse"
|
|
|
|
|
2012-03-01 13:31:02 +04:00
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
AUTOTOOLS_AUTORECONF="1"
|
2012-03-23 17:59:47 +04:00
|
|
|
AUTOTOOLS_IN_SOURCE_BUILD="1"
|
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
|
2012-03-01 13:31:02 +04:00
|
|
|
autotools-utils_src_install
|
2012-01-27 11:36:34 +04:00
|
|
|
}
|