# Note: depends on gobject-introspection
# Note: depends on intltool
# Note: depends on gtk+
wget -c http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.18/libpeas-1.18.0.tar.xz
tar -xJf libpeas-1.18.0.tar.xz
cd libpeas-1.18.0
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install