From 384202e1008874a8c36d497885392ab7eea36bdf Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Wed, 21 Sep 2005 08:31:50 +0000 Subject: [PATCH] Benjamin Schieder: fixed version of the acerhk package [2005090915015102441] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6381 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/blindcoder/acerhk/acerhk.conf | 2 + package/blindcoder/acerhk/acerhk.desc | 47 +++++++++++++++++++++++ package/blindcoder/acerhk/no_depmod.patch | 8 ++++ 3 files changed, 57 insertions(+) create mode 100644 package/blindcoder/acerhk/acerhk.conf create mode 100644 package/blindcoder/acerhk/acerhk.desc create mode 100644 package/blindcoder/acerhk/no_depmod.patch diff --git a/package/blindcoder/acerhk/acerhk.conf b/package/blindcoder/acerhk/acerhk.conf new file mode 100644 index 000000000..17e1420fc --- /dev/null +++ b/package/blindcoder/acerhk/acerhk.conf @@ -0,0 +1,2 @@ +var_append makeopt " " "KERNELSRC=/usr/src/linux" +var_append makeinstopt " " "KERNELSRC=/usr/src/linux" diff --git a/package/blindcoder/acerhk/acerhk.desc b/package/blindcoder/acerhk/acerhk.desc new file mode 100644 index 000000000..508a25908 --- /dev/null +++ b/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 +[M] Benjamin Schieder + +[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/ diff --git a/package/blindcoder/acerhk/no_depmod.patch b/package/blindcoder/acerhk/no_depmod.patch new file mode 100644 index 000000000..dbe8b41f4 --- /dev/null +++ b/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