From 5b396181ba8da5a77cad2ba35b0568a065107f21 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 7 Nov 2008 15:37:55 +0100 Subject: [PATCH] lm_sensors: Moved to opt collection. --- lm_sensors/.footprint | 34 ---------------------------------- lm_sensors/.md5sum | 1 - lm_sensors/Pkgfile | 15 --------------- lm_sensors/README | 13 ------------- 4 files changed, 63 deletions(-) delete mode 100644 lm_sensors/.footprint delete mode 100644 lm_sensors/.md5sum delete mode 100644 lm_sensors/Pkgfile delete mode 100644 lm_sensors/README diff --git a/lm_sensors/.footprint b/lm_sensors/.footprint deleted file mode 100644 index 79e3b29ad..000000000 --- a/lm_sensors/.footprint +++ /dev/null @@ -1,34 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/sensors3.conf -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/sensors --rwxr-xr-x root/root usr/bin/sensors-conf-convert -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/sensors/ --rw-r--r-- root/root usr/include/sensors/error.h --rw-r--r-- root/root usr/include/sensors/sensors.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libsensors.a -lrwxrwxrwx root/root usr/lib/libsensors.so -> libsensors.so.4 -lrwxrwxrwx root/root usr/lib/libsensors.so.4 -> libsensors.so.4.0.2 --rwxr-xr-x root/root usr/lib/libsensors.so.4.0.2 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/sensors.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/libsensors.3.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/sensors.conf.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/fancontrol.8.gz --rw-r--r-- root/root usr/man/man8/isadump.8.gz --rw-r--r-- root/root usr/man/man8/isaset.8.gz --rw-r--r-- root/root usr/man/man8/pwmconfig.8.gz --rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/fancontrol --rwxr-xr-x root/root usr/sbin/isadump --rwxr-xr-x root/root usr/sbin/isaset --rwxr-xr-x root/root usr/sbin/pwmconfig --rwxr-xr-x root/root usr/sbin/sensors-detect diff --git a/lm_sensors/.md5sum b/lm_sensors/.md5sum deleted file mode 100644 index d318f3219..000000000 --- a/lm_sensors/.md5sum +++ /dev/null @@ -1 +0,0 @@ -5b210ba9cc01f00161c438fd618484e5 lm_sensors-3.0.2.tar.bz2 diff --git a/lm_sensors/Pkgfile b/lm_sensors/Pkgfile deleted file mode 100644 index 19dcf90e5..000000000 --- a/lm_sensors/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Tools for monitoring system health (temperatures, voltages, fan speed, etc) -# URL: http://www.lm-sensors.org -# Maintainer: Mikhail Kolesnik, mike at openbunker dot org -# Depends on: i2c-tools - -name=lm_sensors -version=3.0.2 -release=1 -source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2) - -build() { - cd $name-$version - make PREFIX=/usr - make PREFIX=$PKG/usr ETCDIR=$PKG/etc install -} diff --git a/lm_sensors/README b/lm_sensors/README deleted file mode 100644 index 11303990a..000000000 --- a/lm_sensors/README +++ /dev/null @@ -1,13 +0,0 @@ -README for lm_sensors 3.x.x - -REQUIREMENTS - -PRE-INSTALL -You might want to save an old config file before upgrading from version 2.x.x -and use /usr/bin/sensors-conf-convert script later. - -POST-INSTALL - -RESOURCES -This mail provides some information for upgrading: -http://lists.crux.nu/pipermail/crux/2008-February/008118.html