Details on this package are located in Section 10.82.2, “Contents of Udev.”
The Udev package contains programs for dynamic creation of device nodes.
Udev only provides one library, libvolume_id. Instead of building the entire udev package for one library, We're just going to compile the single library:
cd extras/volume_id/lib
make CC="gcc ${BUILDN32}" AR=ar RANLIB=ranlib E=@echo Q=@
Install the library:
make libdir=/lib32 usrlibdir=/usr/lib32 install
Details on this package are located in Section 10.82.2, “Contents of Udev.”