# Exit on error:
set -e

wget http://www.x.org/releases/individual/proto/xf86dgaproto-2.1.tar.bz2
tar xf xf86dgaproto-2.1.tar.bz2
cd xf86dgaproto-2.1
./configure --prefix=
make install
cd ..
rm -rf xf86dgaproto-2.1
rm xf86dgaproto-2.1.tar.bz2

exit 0
