# Exit on error:
set -e

wget http://prdownloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2
tar xf libcddb-1.3.2.tar.bz2
cd libcddb-1.3.2
./configure --prefix=
make install
cd ..
rm -rf libcddb-1.3.2
rm libcddb-1.3.2.tar.bz2

exit 0
