From 3fb9e3cb0da4407bd67dca928aa3b88196c94dd9 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:28:34 +0000 Subject: [PATCH] lm_sensors: moved to attic --- lm_sensors/.footprint | 50 ------------------------------------------- lm_sensors/.md5sum | 1 - lm_sensors/Pkgfile | 16 -------------- 3 files changed, 67 deletions(-) delete mode 100644 lm_sensors/.footprint delete mode 100644 lm_sensors/.md5sum delete mode 100644 lm_sensors/Pkgfile diff --git a/lm_sensors/.footprint b/lm_sensors/.footprint deleted file mode 100644 index 4e7818945..000000000 --- a/lm_sensors/.footprint +++ /dev/null @@ -1,50 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/sensors.conf -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ddcmon --rwxr-xr-x root/root usr/bin/decode-dimms.pl --rwxr-xr-x root/root usr/bin/decode-edid.pl --rwxr-xr-x root/root usr/bin/decode-vaio.pl --rwxr-xr-x root/root usr/bin/decode-xeon.pl --rwxr-xr-x root/root usr/bin/sensors -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/linux/ --rw-r--r-- root/root usr/include/linux/sensors.h -drwxr-xr-x root/root usr/include/sensors/ --rw-r--r-- root/root usr/include/sensors/chips.h --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.3 -lrwxrwxrwx root/root usr/lib/libsensors.so.3 -> libsensors.so.3.1.0 --rwxr-xr-x root/root usr/lib/libsensors.so.3.1.0 -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/i2cdetect.8.gz --rw-r--r-- root/root usr/man/man8/i2cdump.8.gz --rw-r--r-- root/root usr/man/man8/i2cget.8.gz --rw-r--r-- root/root usr/man/man8/i2cset.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/fancontrol.pl --rwxr-xr-x root/root usr/sbin/i2cdetect --rwxr-xr-x root/root usr/sbin/i2cdump --rwxr-xr-x root/root usr/sbin/i2cget --rwxr-xr-x root/root usr/sbin/i2cset --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 f12a46a05..000000000 --- a/lm_sensors/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c9a1b4fc8660d2cd8715b0a05f89b83f lm_sensors-2.10.0.tar.gz diff --git a/lm_sensors/Pkgfile b/lm_sensors/Pkgfile deleted file mode 100644 index cdca5c527..000000000 --- a/lm_sensors/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: Tools for monitoring system health (temperatures, voltages, fan speed, etc) -# URL: http://www2.lm-sensors.nu/~lm78 -# Maintainer: -# Packager: - -name=lm_sensors -version=2.10.0 -release=1 -source=(http://www2.lm-sensors.nu/~lm78/archive/$name-$version.tar.gz) - -build () { - cd $name-$version - make user PREFIX=/usr - make PREFIX=$PKG/usr ETCDIR=$PKG/etc user_install - rm $PKG/usr/include/linux/i2c-dev.h -}