diff options
Diffstat (limited to 'app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild')
-rw-r--r-- | app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild b/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild new file mode 100644 index 0000000..137e24e --- /dev/null +++ b/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild @@ -0,0 +1,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 +} |