# Depends on db
# Depends on libvorbis

# Exit on error:
set -e

wget http://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2
tar xf moc-2.5.0-beta1.tar.bz2
cd moc-2.5.0-beta1
./configure --prefix=
make install
cd ..
rm -rf moc-2.5.0-beta1
rm moc-2.5.0-beta1.tar.bz2

exit 0
