Details on this package are located in Section 10.112.2, “Contents of Udev.”
The Udev package contains programs for dynamic creation of device nodes.
Prepare Udev for compilation:
CC="gcc ${BUILDN32}"./configure --prefix=/usr \
--exec-prefix="" --sysconfdir=/etc --libdir=/usr/lib32 \
--with-usb-ids-path=no --with-pci-ids-path=no \
--disable-introspection --disable-keymap
Compile the package:
make
Install the package:
make install
Details on this package are located in Section 10.112.2, “Contents of Udev.”