diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-24 15:25:46 +0000 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-24 15:25:46 +0000 | 
| commit | c4fea4934333faac2a6629c945333697d2d15142 (patch) | |
| tree | 4188f38426bd77be834735c1e97f537a2e0115cf /hardinfo2/autopackage | |
| parent | e7ac08270d6d5e984a84ea60a44d8b9e4256ba4f (diff) | |
Cleanups
Generate report in plain text (no UI yet)
Copy information to clipboard
Diffstat (limited to 'hardinfo2/autopackage')
| -rw-r--r-- | hardinfo2/autopackage/default.apspec | 30 | 
1 files changed, 3 insertions, 27 deletions
| diff --git a/hardinfo2/autopackage/default.apspec b/hardinfo2/autopackage/default.apspec index 58b9ae2a..cdb40b8c 100644 --- a/hardinfo2/autopackage/default.apspec +++ b/hardinfo2/autopackage/default.apspec @@ -2,7 +2,7 @@  # Generated by mkapspec 0.2  [Meta]  ShortName: hardinfo -SoftwareVersion: 0.4.1-SVN26 +SoftwareVersion: 0.4.1+SVN37  DisplayName: HardInfo $SOFTWAREVERSION  RootName: @tia.mat.br/hardinfo:$SOFTWAREVERSION  Summary: System profiler and benchmark tool @@ -10,34 +10,10 @@ Maintainer: Leandro A. F. Pereira <leandro@linuxmag.com.br>  Packager: Leandro A. F. Pereira <leandro@linuxmag.com.br>  PackageVersion: 1  CPUArchitectures: x86 -AutopackageTarget: 1.0 +AutopackageTarget: 1.2  Type: Application  License: GPL -[Description] -HardInfo is a system information and benchmark tool for Linux systems. Using HardInfo, you can: - -    * Get information about your computer: -          o The Processor -          o Operating System -          o Languages -          o Sensors -          o Filesystems -          o Shared Directories -          o Display -          o Network Interfaces  -    * Its devices (and what controls them): -          o Kernel Modules -          o PCI Devices -          o USB Devices -          o Printers -          o Input Devices -          o Storage  -    * Benchmark: -          o ZLib -          o MD5 and SHA1  -    * Generate nicely-formatted HTML reports -  [BuildPrepare]  # If you're using autotools, the default should be enough.  # prepareBuild will set up apbuild and run configure for you. If you @@ -69,7 +45,7 @@ installData share/*  copyFile lib/hardinfo/modules/benchmark.so $PREFIX/lib/hardinfo/modules/benchmark.so  copyFile lib/hardinfo/modules/computer.so $PREFIX/lib/hardinfo/modules/computer.so  copyFile lib/hardinfo/modules/devices.so $PREFIX/lib/hardinfo/modules/devices.so -installDesktop "System" share/applications/hardinfo.desktop +installMenuItem "System" share/applications/hardinfo.desktop  [Uninstall]  # Leaving this at the default is safe unless you use custom commands in | 
