summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 04:33:13 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 14:21:58 (EST)
commitfdf79211d64d39cf9b77647a8360fb32483fd1fa (patch)
tree63cebb2418fe05d0cbf6572acf9ebee2512cea12
parentc8802a2574814fd244cbd962f01b53d6ac9ae60f (diff)
Add packages
-rw-r--r--libsensors.5-config.pkg/control7
-rw-r--r--libsensors.5-config.pkg/files2
-rw-r--r--libsensors.5-dev.pkg/control9
-rw-r--r--libsensors.5-dev.pkg/files2
-rw-r--r--libsensors.5.pkg/control8
-rw-r--r--libsensors.5.pkg/docs0
-rw-r--r--libsensors.5.pkg/files1
-rw-r--r--lm-sensors-doc.pkg/control7
-rw-r--r--lm-sensors-doc.pkg/files4
-rw-r--r--sensors.pkg/control9
-rw-r--r--sensors.pkg/files1
-rw-r--r--substvars3
12 files changed, 53 insertions, 0 deletions
diff --git a/libsensors.5-config.pkg/control b/libsensors.5-config.pkg/control
new file mode 100644
index 0000000..79f32b9
--- /dev/null
+++ b/libsensors.5-config.pkg/control
@@ -0,0 +1,7 @@
+Architecture: all
+Platform: all
+Depends: libsensors.5 (>= ${Source-Version})
+Description: Linux hardware monitoring - configuration
+ ${Common-Description}
+ .
+ This package provides configuration for the user-space sensors support library.
diff --git a/libsensors.5-config.pkg/files b/libsensors.5-config.pkg/files
new file mode 100644
index 0000000..51c2020
--- /dev/null
+++ b/libsensors.5-config.pkg/files
@@ -0,0 +1,2 @@
+/etc/sensors.d/
+/etc/sensors3.conf
diff --git a/libsensors.5-dev.pkg/control b/libsensors.5-dev.pkg/control
new file mode 100644
index 0000000..c376e19
--- /dev/null
+++ b/libsensors.5-dev.pkg/control
@@ -0,0 +1,9 @@
+Architecture: any-linux-any
+Platform: all
+Section: libdev
+Depends: libsensors.5 (= ${Binary-Version})
+Description: Linux hardware monitoring library - development files
+ ${Common-Description}
+ .
+ This package provides development files for the user-space sensors support
+ library.
diff --git a/libsensors.5-dev.pkg/files b/libsensors.5-dev.pkg/files
new file mode 100644
index 0000000..c77e760
--- /dev/null
+++ b/libsensors.5-dev.pkg/files
@@ -0,0 +1,2 @@
+/usr/include/
+/usr/lib/*/libsensors.so
diff --git a/libsensors.5.pkg/control b/libsensors.5.pkg/control
new file mode 100644
index 0000000..4e8242f
--- /dev/null
+++ b/libsensors.5.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any-linux-any
+Platform: all
+Section: lib
+Depends: ${Shlib-Depends}, libsensors.5-config
+Description: Linux hardware monitoring library
+ ${Common-Description}
+ .
+ This package provides the user-space sensors support library.
diff --git a/libsensors.5.pkg/docs b/libsensors.5.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libsensors.5.pkg/docs
diff --git a/libsensors.5.pkg/files b/libsensors.5.pkg/files
new file mode 100644
index 0000000..514146e
--- /dev/null
+++ b/libsensors.5.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libsensors.so.*
diff --git a/lm-sensors-doc.pkg/control b/lm-sensors-doc.pkg/control
new file mode 100644
index 0000000..b00cc42
--- /dev/null
+++ b/lm-sensors-doc.pkg/control
@@ -0,0 +1,7 @@
+Architecture: all
+Platform: all
+Depends: libsensors.5 (>= ${Source-Version})
+Description: Linux hardware monitoring - documentation
+ ${Common-Description}
+ .
+ This package provides documentation for the lm-sensors package.
diff --git a/lm-sensors-doc.pkg/files b/lm-sensors-doc.pkg/files
new file mode 100644
index 0000000..e6e4c12
--- /dev/null
+++ b/lm-sensors-doc.pkg/files
@@ -0,0 +1,4 @@
+/usr/share/man/man1/sensors.1
+/usr/share/man/man3/libsensors.3
+/usr/share/man/man5/sensors.conf.5
+/usr/share/man/man5/sensors3.conf.5
diff --git a/sensors.pkg/control b/sensors.pkg/control
new file mode 100644
index 0000000..1246406
--- /dev/null
+++ b/sensors.pkg/control
@@ -0,0 +1,9 @@
+Architecture: any-linux-any
+Platform: all
+Section: util
+Depends: libsensors.5 (= ${Binary-Version}), ${Shlib-Depends}
+Description: Linux hardware monitoring utility
+ ${Common-Description}
+ .
+ This package provides the sensors utility, which is used to show the current
+ readings of all sensor chips.
diff --git a/sensors.pkg/files b/sensors.pkg/files
new file mode 100644
index 0000000..3798a20
--- /dev/null
+++ b/sensors.pkg/files
@@ -0,0 +1 @@
+/usr/bin/sensors
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..154e365
--- /dev/null
+++ b/substvars
@@ -0,0 +1,3 @@
+Common-Description:
+ The lm-sensors package provides user-space support for the hardware monitoring
+ drivers in Linux.