Christian Wiese
12 years ago
committed by
Christian Wiese
3 changed files with 82 additions and 0 deletions
@ -0,0 +1,27 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../i2c-tools/i2c-tools-3.1.0-no-install-kernel-header.patch
|
||||
# Copyright (C) 2012 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- i2c-tools-3.1.0/include/Module.mk.orig 2012-09-07 18:11:23.621081505 +0200
|
||||
+++ i2c-tools-3.1.0/include/Module.mk 2012-09-07 18:12:02.909755477 +0200
|
||||
@@ -24,6 +24,6 @@
|
||||
for file in $(INCLUDE_TARGETS) ; do \
|
||||
$(RM) $(DESTDIR)$(incdir)/$$file ; done
|
||||
|
||||
-install: install-include
|
||||
+install:
|
||||
|
||||
-uninstall: uninstall-include
|
||||
+uninstall:
|
@ -0,0 +1,21 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../i2c-tools/i2c-tools.conf |
||||
# Copyright (C) 2012 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 --- |
||||
|
||||
runconfig='0' |
||||
|
||||
var_append makeopt " " "PREFIX=$root/$prefix" |
||||
#var_append makeopt " " "INCLUDE_DIR=$( pkgprefix -r includedir linux-header )" |
||||
var_append makeinstopt " " "PREFIX=$root/$prefix" |
||||
#var_append makeinstopt " " "INCLUDE_DIR=$( pkgprefix -r includedir linux-header )" |
||||
|
@ -0,0 +1,34 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../i2c-tools/i2c-tools.desc |
||||
[COPY] Copyright (C) 2012 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] A heterogeneous set of I2C tools for Linux |
||||
|
||||
[T] The i2c-tools package contains a heterogeneous set of I2C tools for Linux: |
||||
[T] a bus probing tool, a chip dumper, register-level SMBus access helpers, |
||||
[T] EEPROM decoding scripts, EEPROM programming tools, and a python module for |
||||
[T] SMBus access. |
||||
|
||||
[U] http://www.lm-sensors.org/wiki/I2CTools |
||||
|
||||
[A] Jean Delvare |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] LGPL GPL |
||||
[S] Stable |
||||
[V] 3.1.0 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 0 i2c-tools-3.1.0.tar.bz2 http://dl.lm-sensors.org/i2c-tools/releases/ |
Loading…
Reference in new issue