# Exit on error:
set -e

wget http://sourceforge.net/projects/lxde/files/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.x/lxinput-0.3.4.tar.xz
tar xf lxinput-0.3.4.tar.xz
cd lxinput-0.3.4

./configure \
    --prefix=/usr

make
make install

cd ..
exit 0
