1 |
# Copyright 1999-2005 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.22.ebuild,v 1.5 2005/07/09 16:08:19 swegener Exp $ |
4 |
|
5 |
inherit linux-mod eutils |
6 |
|
7 |
DESCRIPTION="Hotkey driver for some Acer and Acer-like laptops" |
8 |
HOMEPAGE="http://www.informatik.hu-berlin.de/~tauber/acerhk/" |
9 |
SRC_URI="http://www.informatik.hu-berlin.de/~tauber/acerhk/archives/acerhk-${PV}.tar.bz2" |
10 |
|
11 |
LICENSE="GPL-2" |
12 |
KEYWORDS="x86 -ppc" |
13 |
IUSE="" |
14 |
|
15 |
MODULE_NAMES="acerhk(extra:)" |
16 |
BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" |
17 |
BUILD_TARGETS="all" |
18 |
|
19 |
src_unpack() { |
20 |
unpack ${A} |
21 |
cd ${WORKDIR} |
22 |
|
23 |
epatch ${FILESDIR}/${P}-redef-wireless.patch |
24 |
} |
25 |
|
26 |
src_install() { |
27 |
linux-mod_src_install |
28 |
dodoc README COPYING NEWS doc/* |
29 |
} |
30 |
|
31 |
pkg_postinst() { |
32 |
linux-mod_pkg_postinst |
33 |
|
34 |
einfo "You can load the module:" |
35 |
einfo "% modprobe acerhk poll=1" |
36 |
einfo "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk" |
37 |
echo |
38 |
einfo "If you need more info about this driver you can read the README file" |
39 |
einfo "% zmore /usr/share/doc/${PF}/README.gz" |
40 |
} |