# Note: depends on pkg-config
# Note: depends on libshout
# Note: depends on libxml2
wget -c http://downloads.xiph.org/releases/ices/ices-2.0.2.tar.bz2
tar -xjf ices-2.0.2.tar.bz2
cd ices-2.0.2
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install