add live ebuild for yasnd(Yet Another Stupid Network Daemon)
This commit is contained in:
parent
f8ecc60651
commit
fb75471208
1
net-misc/yasnd/Manifest
Normal file
1
net-misc/yasnd/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD yasnd-9999.ebuild 477 RMD160 cec1ddc2fb2ec384f4f028151e78b1c12dd2c4ae SHA1 32a5d9a90b5f913cc95adee4ac677caf7d2f5892 SHA256 beda20402e981d7672e34bfa47cd9a3798dc89c2d77d7a8ea3569322c7eaf8ea
|
23
net-misc/yasnd/yasnd-9999.ebuild
Normal file
23
net-misc/yasnd/yasnd-9999.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
|
||||
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"
|
||||
|
||||
inherit git-2 autotools
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
SRC_URI=""
|
||||
|
||||
RDEPEND="app-mobilephone/gammu
|
||||
dev-libs/confuse"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
}
|
Loading…
Reference in New Issue
Block a user