# This package provides the scrollkeeper-* commands
wget -c http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2
tar -xjf rarian-0.8.1.tar.bz2
cd rarian-0.8.1
mkdir -p build
cd build
../configure --prefix="/usr" --localstatedir="/var"
make # Doesn't mind -j#
make install