# Description: Keyboard auto-switcher of input languages (analog of Punto Switcher) # URL: http://dists.xneur.ru/ # Packager: Falcony, falcony at users dot sourceforge dot net # name=xneur version=0.9.2 release=1 source=(http://dists.xneur.ru/release-$version/tgz/$name-$version.tar.bz2 \ xneurrc) build () { cd $name-$version ./configure --prefix=/usr --sysconfdir=/etc \ --with-x --mandir=/usr/man --with-sound=aplay # --with-x --mandir=/usr/man --with-sound=no make make prefix=$PKG/usr install install -m 0644 $SRC/xneurrc /etc/xneur/xneurrc }