The FakeRoot package contains programs for simulating superuser privileges.
Prepare FakeRoot for compilation:
./configure --prefix=/usr \
--libdir=/usr/lib \
--disable-static \
--with-ipc=sysv
sed '/SUBDIRS/s/doc //' -i Makefile
Compile the package:
make
Install the package:
make install