Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
384202e100
3 changed files with 57 additions and 0 deletions
  1. +2
    -0
      package/blindcoder/acerhk/acerhk.conf
  2. +47
    -0
      package/blindcoder/acerhk/acerhk.desc
  3. +8
    -0
      package/blindcoder/acerhk/no_depmod.patch

+ 2
- 0
package/blindcoder/acerhk/acerhk.conf

@ -0,0 +1,2 @@
var_append makeopt " " "KERNELSRC=/usr/src/linux"
var_append makeinstopt " " "KERNELSRC=/usr/src/linux"

+ 47
- 0
package/blindcoder/acerhk/acerhk.desc

@ -0,0 +1,47 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/blindcoder/acerhk/acerhk.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A kernel driver for Acer Travelmate Launch Keys.
[T] The Acer Hotkey Driver is a kernel driver to
[T] access the launch keys found on Acer's Travelmate
[T] series and similar notebooks from other vendors.
[T] It is also capable of activating the WLAN and
[T] Bluetooth hardware found on some of the supported
[T] notebooks.
[U] http://www.informatik.hu-berlin.de/~tauber/acerhk/
[A] Olaf Tauber <otauber@web.de>
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net>
[C] base/system
[F] CORE
[L] GPL
[S] Beta
[V] 0.5.27
[P] X -----5---9 800.000
[D] 1983731575 acerhk-0.5.27.tar.bz2 http://www.informatik.hu-berlin.de/~tauber/acerhk/archives/

+ 8
- 0
package/blindcoder/acerhk/no_depmod.patch

@ -0,0 +1,8 @@
diff -pruN acerhk-0.5.27-orig/Makefile acerhk-0.5.27/Makefile
--- acerhk-0.5.27-orig/Makefile 2005-09-09 14:59:26.000000000 +0200
+++ acerhk-0.5.27/Makefile 2005-09-09 14:59:39.000000000 +0200
@@ -63,4 +63,3 @@ install: $(TARGET)
#cp -v $(TARGET) /lib/modules/$(KERNELVERSION)/kernel/drivers/char
mkdir -p /lib/modules/$(KERNELVERSION)/extra
cp -v $(TARGET) /lib/modules/$(KERNELVERSION)/extra/
- depmod -a

Loading…
Cancel
Save