eudev is a standalone dynamic and persistent device naming support (aka userspace devfs) daemon that runs independently from the init system. eudev strives to remain init system and linux distribution neutral. It is currently used as the devfs manager for more than a dozen different linux distributions.
Prepare Eudev for compilation:
./configure --prefix=/usr --sysconfdir=/etc
Compile the package:
make
The testsuite produces no real results inside the chroot environment.
Install the package:
make install