3 changed files with 83 additions and 0 deletions
@ -0,0 +1,16 @@
|
||||
|
||||
[TIMESTAMP] 1251389323 Thu Aug 27 12:08:43 2009 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.02 MB, 7 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] linux-header |
||||
[DEP] sed |
@ -0,0 +1,30 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../inputattach/inputattach.conf |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
srctar=none |
||||
makeopt= |
||||
makeinstopt= |
||||
|
||||
build_inputattach() { |
||||
local src=$(match_source_file -p inputattach) |
||||
local header=$(match_source_file -p serio-ids) |
||||
|
||||
mkdir "$pkg" |
||||
cd "$pkg" |
||||
cp -v "$header" . |
||||
$CC -o $pkg -I. "$src" |
||||
cp -v "$pkg" "$root$sbindir/" |
||||
} |
||||
|
||||
hook_add inmake 5 'build_inputattach' |
@ -0,0 +1,37 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../inputattach/inputattach.desc |
||||
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[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; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] Tool to attach serial devices to the input subsystem |
||||
|
||||
[T] inputattach is a utility to attach legacy serial devices such as mice |
||||
[T] and joysticks to the input subsystem using the serport and sermouse |
||||
[T] kernel modules. |
||||
[T] |
||||
[T] Amongst other things, this allows you to use a serial mouse through |
||||
[T] the /dev/input/mice device. |
||||
|
||||
[U] http://www.kernel.org/pub/linux/kernel/people/dtor |
||||
|
||||
[A] Vojtech Pavlik <vojtech@suse.cz> |
||||
[M] Alejandro Mery <amery@opensde.net> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.24 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 2761170016 inputattach-1.24.c !http://www.kernel.org/pub/linux/kernel/people/dtor/inputattach.c |
||||
[D] 3901639745 serio-ids.h http://www.kernel.org/pub/linux/kernel/people/dtor/ |
Loading…
Reference in new issue