From 361f9f6c9d117b9a65ca009fb3c191c9f2e55525 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 05 Sep 2015 18:00:53 -0400 Subject: Add binary packages --- 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. -- cgit v0.9.1