Usbutils: Difference between revisions

From CBLFS
Jump to navigationJump to search
Tiramisu (talk | contribs)
No edit summary
Line 27: Line 27:


== Multilib ==
== Multilib ==
'''''This package does not provide any libraries so only one installation is needed.'''''
'''''This package does not provide any libraries so only one installation is needed.'''''
=== 32Bit ===
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr &&
make
Install the package
make install &&
install -v -m755 update-usbids.sh /usr/sbin/update-usbids
=== N32 ===
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" ./configure --prefix=/usr &&
make
Install the package
make install &&
install -v -m755 update-usbids.sh /usr/sbin/update-usbids


=== 64Bit ===
=== 64Bit ===

Revision as of 03:25, 4 October 2010

Download Source: http://downloads.sourceforge.net/linux-usb/usbutils-006.tar.gz

Introduction to Usbutils

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install &&
install -v -m755 update-usbids.sh /usr/sbin/update-usbids

Multilib

This package does not provide any libraries so only one installation is needed.

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure --prefix=/usr &&
make

Install the package

make install &&
install -v -m755 update-usbids.sh /usr/sbin/update-usbids

Contents

Installed Programs: lsusb and update-usbids
Installed Libraries: None
Installed Directories: None

Short Descriptions

lsusb is a utility for displaying information about all USB buses in the system and all devices connected to them.
update-usbids downloads the current version of the USB ID list. Requires Wget or Lynx.