# Note: depends on pkg-config
# Note: depends on glib
# Note: depends on intltool
wget -c http://dl.hexchat.net/hexchat/hexchat-2.10.2.tar.xz
tar -xJf hexchat-2.10.2.tar.xz
cd hexchat-2.10.2
./configure --prefix="/usr"
make # Doesn't mind -j#
make install