diff options
Diffstat (limited to 'cpuid.pkg')
-rw-r--r-- | cpuid.pkg/control | 6 | ||||
-rw-r--r-- | cpuid.pkg/docs | 0 | ||||
-rw-r--r-- | cpuid.pkg/files | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/cpuid.pkg/control b/cpuid.pkg/control new file mode 100644 index 0000000..240c34e --- /dev/null +++ b/cpuid.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Section: util +Depends: ${Shlib-Depends} +Description: Tool to dump x86 CPUID information about the CPU(s) + ${Common-Description} diff --git a/cpuid.pkg/docs b/cpuid.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cpuid.pkg/docs diff --git a/cpuid.pkg/files b/cpuid.pkg/files new file mode 100644 index 0000000..e09f424 --- /dev/null +++ b/cpuid.pkg/files @@ -0,0 +1 @@ +/usr/bin/cpuid |