Difference between revisions of "Hal-info"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
|||
Line 26: | Line 26: | ||
== Multilib == | == Multilib == | ||
+ | |||
+ | === 32Bit === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
+ | ./configure --prefix=/usr --sysconfdir=/etc && | ||
+ | make | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make install | ||
+ | |||
+ | === N32 === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
+ | ./configure --prefix=/usr --sysconfdir=/etc && | ||
+ | make | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make install | ||
+ | |||
+ | === 64Bit === | ||
Compile the package: | Compile the package: | ||
− | PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \ | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
./configure --prefix=/usr --sysconfdir=/etc && | ./configure --prefix=/usr --sysconfdir=/etc && | ||
make | make |
Revision as of 13:07, 24 December 2007
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
32Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
N32
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
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 |