summaryrefslogtreecommitdiff
blob: 137e24ea0971a1f53b971a17f54be1ac55c46a9f (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
27
28
29
30
31
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$

EAPI="2"

inherit linux-info linux-mod

DESCRIPTION="Driver for Lenovo ThinkPad SL laptops."
HOMEPAGE="http://github.com/tetromino/lenovo-sl-laptop/tree/master"
SRC_URI="http://dev.gentoo.org/~nelchael/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND=""

CONFIG_CHECK="HWMON BACKLIGHT_CLASS_DEVICE"

MODULE_NAMES="${PN}(acpi)"
BUILD_TARGETS="module"

S="${WORKDIR}/${PN}"

src_install() {
	linux-mod_src_install
	dodoc README
}