# Note: depends on git
# Note: depends on autoconf
# Note: depends on gobject-introspection
# Note: depends on vala
# Note: depends on automake
# Note: depends on libtool
# Note: depends on gtk+
git clone git://git.gnome.org/egg-list-box
cd egg-list-box
git checkout d189c2a323
./autogen.sh --no-configure
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install