diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-09-05 18:00:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-09-05 18:00:53 (EDT) |
commit | 361f9f6c9d117b9a65ca009fb3c191c9f2e55525 (patch) | |
tree | cca546e2f7c517b94e743635fb57330029c0a5a7 | |
parent | f4f74f9cc4fc386668a5ec18f6c1059e8824e81a (diff) |
Add binary packages
-rw-r--r-- | libpci.3-dev.pkg/control | 7 | ||||
-rw-r--r-- | libpci.3-dev.pkg/files | 3 | ||||
-rw-r--r-- | libpci.3.pkg/control | 5 | ||||
-rw-r--r-- | libpci.3.pkg/docs | 0 | ||||
-rw-r--r-- | libpci.3.pkg/files | 1 | ||||
-rw-r--r-- | pciutils-doc.pkg/control | 7 | ||||
-rw-r--r-- | pciutils-doc.pkg/files | 1 | ||||
-rw-r--r-- | pciutils.pkg/control | 5 | ||||
-rw-r--r-- | pciutils.pkg/files | 2 | ||||
-rw-r--r-- | substvars | 7 |
10 files changed, 38 insertions, 0 deletions
diff --git a/libpci.3-dev.pkg/control b/libpci.3-dev.pkg/control new file mode 100644 index 0000000..e3eaa54 --- /dev/null +++ b/libpci.3-dev.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libpci.3 (= ${Binary-Version}) +Description: Library for accessing PCI devices - development files + ${Library-Description} + . + This package provides development files for the PCI library. diff --git a/libpci.3-dev.pkg/files b/libpci.3-dev.pkg/files new file mode 100644 index 0000000..933953e --- /dev/null +++ b/libpci.3-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/pci/ +/usr/lib/*/libpci.so +/usr/lib/*/pkgconfig/libpci.pc diff --git a/libpci.3.pkg/control b/libpci.3.pkg/control new file mode 100644 index 0000000..654413e --- /dev/null +++ b/libpci.3.pkg/control @@ -0,0 +1,5 @@ +Architecture: any +Platform: all +Depends: libz.1 +Description: Library for accessing PCI devices + ${Library-Description} diff --git a/libpci.3.pkg/docs b/libpci.3.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libpci.3.pkg/docs diff --git a/libpci.3.pkg/files b/libpci.3.pkg/files new file mode 100644 index 0000000..ac21436 --- /dev/null +++ b/libpci.3.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libpci.so.* diff --git a/pciutils-doc.pkg/control b/pciutils-doc.pkg/control new file mode 100644 index 0000000..7bf8e47 --- /dev/null +++ b/pciutils-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: libpci.3 (>= ${Source-Version}) +Description PCI utilities and library - documentation + ${Utilities-Description} + . + This package provides documentation for the PCI utilities and library. diff --git a/pciutils-doc.pkg/files b/pciutils-doc.pkg/files new file mode 100644 index 0000000..72ec615 --- /dev/null +++ b/pciutils-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man/ diff --git a/pciutils.pkg/control b/pciutils.pkg/control new file mode 100644 index 0000000..9f37ec9 --- /dev/null +++ b/pciutils.pkg/control @@ -0,0 +1,5 @@ +Architecture: any +Platform: all +Depends: libpci.3 (= ${Binary-Version}) +Description: PCI utilities + ${Utilities-Description} diff --git a/pciutils.pkg/files b/pciutils.pkg/files new file mode 100644 index 0000000..0e77f82 --- /dev/null +++ b/pciutils.pkg/files @@ -0,0 +1,2 @@ +/usr/bin/lspci +/usr/bin/setpci diff --git a/substvars b/substvars new file mode 100644 index 0000000..18dd7cc --- /dev/null +++ b/substvars @@ -0,0 +1,7 @@ +Library-Description: + The PCI library (also known as pcilib and libpci) is a portable library for + accessing PCI devices and their configuration spaces. +Utilities-Description: + The PCI Utilities are a collection of programs for inspecting and manipulating + configuration of PCI devices, all based on a common portable library libpci + which offers access to the PCI configuration space. |