Difference between revisions of "Hal-info"
From CBLFS
Jump to navigationJump to searchm (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://people.freedesktop.org/~david/dist/hal-info-{{hal-info-Version}}.tar.gz |} ---- {{Pack...) |
m (Reverted edits by Oppiz (Talk) to last revision by Weibullguy) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | {| style="text-align: left; background-color: AliceBlue;" | + | {|style="text-align: left; background-color: AliceBlue;" |
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://hal.freedesktop.org/releases/hal-info-{{hal-info-Version}}.tar.gz |
|} | |} | ||
Line 9: | Line 9: | ||
{{Package-Introduction|hal-info is just a small hal package that provides hardware data and quirks. These quirks are currently things like what mice support reporting battery status, what music players are supported and what cameras are detected. This could also include a list of display adaptors that need resuming or a list of broken batteries that might explode.}} | {{Package-Introduction|hal-info is just a small hal package that provides hardware data and quirks. These quirks are currently things like what mice support reporting battery status, what music players are supported and what cameras are detected. This could also include a list of display adaptors that need resuming or a list of broken batteries that might explode.}} | ||
− | == | + | == Dependencies == |
− | + | === Recommended === | |
− | + | * [[HAL]] | |
− | |||
− | |||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 29: | Line 26: | ||
== Multilib == | == Multilib == | ||
+ | |||
+ | '''''This package does not provide any libraries so only one installation is needed.''''' | ||
+ | |||
+ | === 64Bit === | ||
Compile the package: | Compile the package: | ||
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=/usr --sysconfdir=/etc && | ./configure --prefix=/usr --sysconfdir=/etc && | ||
make | make | ||
Line 44: | Line 46: | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
− | | | + | |None |
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
− | | | + | |None |
|-valign="top" | |-valign="top" | ||
! Installed Directories: | ! Installed Directories: | ||
− | | | + | |/usr/share/hal/fdi/information, /usr/share/hal/fdi/preprobe |
|} | |} | ||
+ | |||
+ | [[Category:General Utilities]] |
Latest revision as of 15:42, 6 September 2009
Download Source: | http://hal.freedesktop.org/releases/hal-info-20091130.tar.gz |
---|
Contents
Introduction to Hal-info
hal-info is just a small hal package that provides hardware data and quirks. These quirks are currently things like what mice support reporting battery status, what music players are supported and what cameras are detected. This could also include a list of display adaptors that need resuming or a list of broken batteries that might explode.
Project Homepage: Unknown
Dependencies
Recommended
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
64Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Contents
Installed Programs: | None |
---|---|
Installed Libraries: | None |
Installed Directories: | /usr/share/hal/fdi/information, /usr/share/hal/fdi/preprobe |