#!/bin/sh
./autogen.sh &&
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-gameuser=:games \
--with-sound=alsa \
--with-dbus \
--with-gif \
--with-jpeg \
--with-png \
--with-rsvg \
--with-tiff \
--with-xft \
--with-xpm \
--with-gpm=no \
--with-json \
--with-mailutils \
--with-kerberos5 \
--with-modules \
--with-imagemagick \
--with-x \
--with-x-toolkit=lucid \
--without-gconf \
--without-gsettings \
--with-native-compilation \
--with-wide-int \
--with-cairo &&
make clean install