# Exit on error:
set -e

wget http://sylpheed.sraoss.jp/sylpheed/v3.3/sylpheed-3.3.1.tar.bz2
tar xf sylpheed-3.3.1.tar.bz2
cd sylpheed-3.3.1
./configure --prefix=
make install
cd ..
rm -rf sylpheed-3.3.1
rm sylpheed-3.3.1.tar.bz2

exit 0
