blob: d7197b99c3d724db9a68cb7b98bfa029dc46dfac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild,v 1.2 2011/09/21 07:35:10 mgorny Exp $
inherit eutils git-2 linux-mod
DESCRIPTION="Linux kernel support for the Lenovo SL series ThinkPads"
HOMEPAGE="https://github.com/tetromino/lenovo-sl-laptop"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
EGIT_REPO_URI="git://github.com/tetromino/${PN}.git
https://github.com/tetromino/${PN}.git"
CONFIG_CHECK="HWMON BACKLIGHT_CLASS_DEVICE"
MODULE_NAMES="${PN}(acpi)"
BUILD_TARGETS="module"
src_install() {
linux-mod_src_install
dodoc README
}
|