30 lines
585 B
Bash
30 lines
585 B
Bash
|
# 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
|
||
|
}
|