diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-04 16:03:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-04 16:03:48 (EDT) |
commit | 0e8fba64c42a12d1b95b8d97ced5d4a3fb545305 (patch) | |
tree | 49bb79e6a56442181f94c537f00358130bd4ab34 | |
parent | d4827ace5591588ae1f3ff4f3c083212bd371f42 (diff) |
Add binary packages
-rw-r--r-- | acpi-doc.pkg/control | 7 | ||||
-rw-r--r-- | acpi-doc.pkg/files | 1 | ||||
-rw-r--r-- | acpi.pkg/control | 4 | ||||
-rw-r--r-- | acpi.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 4 |
5 files changed, 17 insertions, 0 deletions
diff --git a/acpi-doc.pkg/control b/acpi-doc.pkg/control new file mode 100644 index 0000000..dde2cc5 --- /dev/null +++ b/acpi-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: acpi (>= ${Source-Version}) +Description: ACPI client - documentation + ${Common-Description} + . + This package provides documentation for the ACPI client. diff --git a/acpi-doc.pkg/files b/acpi-doc.pkg/files new file mode 100644 index 0000000..0ddb634 --- /dev/null +++ b/acpi-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man diff --git a/acpi.pkg/control b/acpi.pkg/control new file mode 100644 index 0000000..9e41f17 --- /dev/null +++ b/acpi.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: ACPI client + ${Common-Description} diff --git a/acpi.pkg/files b/acpi.pkg/files new file mode 100644 index 0000000..415f082 --- /dev/null +++ b/acpi.pkg/files @@ -0,0 +1 @@ +/usr/bin diff --git a/substvars b/substvars new file mode 100644 index 0000000..c1657c0 --- /dev/null +++ b/substvars @@ -0,0 +1,4 @@ +Common-Description: + Attempts to replicate the functionality of the 'old' apm command on ACPI + systems, including battery and thermal information. Does not support ACPI + suspending, only displays information about ACPI devices. |