# Note: depends on perl
# Note: depends on libX11
wget -c http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.22.tar.bz2
tar -xjf rxvt-unicode-9.22.tar.bz2
cd rxvt-unicode-9.22
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install