diff options
Diffstat (limited to 'hardinfo2/autopackage/default.apspec')
-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 |