1 # Contributor: Sergey Kolesov <cucullus.at.mail.ru>
2 # Previously contributed by StormBlast and Vyazovoi
7 pkgdesc="X Neural Switcher is a text analyser, it detects the language of input and corrects it if needed"
8 url="http://www.xneur.ru"
11 depends=('gstreamer0.10' 'enchant' 'libnotify')
12 source=("http://dists.xneur.ru/release-${pkgver}/tgz/${pkgname}-${pkgver}.tar.bz2")
14 md5sums=('c70edf440b6e3366c24868c0d02734f4')
17 cd $startdir/src/$pkgname-$pkgver
19 ./configure --prefix=/usr --sysconfdir=/etc \
22 make DESTDIR=$startdir/pkg install