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:
29
sys-apps/blstools/blstools-0.2.0.ebuild
Normal file
29
sys-apps/blstools/blstools-0.2.0.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user