sys-apps/blstools: initial devel ebuild

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2475 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2010-10-05 19:27:42 +00:00
parent 7cf98400c6
commit 11dc6f041c
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
DESCRIPTION="Tools for controlling the Buffalo's LS-CHL LS-CHLv2 LS-XHL"
HOMEPAGE="http://sourceforge.net/projects/blstools/"
LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~arm"
SRC_URI="mirror://sourceforge/blstools/${P}.tar.gz"
DEPEND=""
RDEPEND=""
#src_prepare() {
# epatch "${FILESDIR}/strEventScript-size.patch"
#}
src_install() {
newinitd init.d/lsmonitor ls-monitor
newinitd init.d/usb ls-usb
newconfd default/lsmonitor ls-monitor
}