# Note: depends on gnome-doc-utils
# Note: depends on GConf
# Note: depends on gtk+
# Note: depends on rarian
# Note: depends on docbook-xml-4.1.2
wget -c http://ftp.gnome.org/pub/gnome/sources/gconf-editor/3.0/gconf-editor-3.0.1.tar.xz
tar -xJf gconf-editor-3.0.1.tar.xz
cd gconf-editor-3.0.1
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install