updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / xneur / PKGBUILD
blob4332168bae55dd3e3812a5919254d394bdf6c15a
1 # Contributor: Sergey Kolesov <cucullus.at.mail.ru>
2 # Previously contributed by StormBlast and Vyazovoi
4 pkgname=xneur
5 pkgver=0.15.0
6 pkgrel=1
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"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 depends=('gstreamer0.10' 'enchant' 'libnotify')
12 source=("http://dists.xneur.ru/release-${pkgver}/tgz/${pkgname}-${pkgver}.tar.bz2")
14 md5sums=('c70edf440b6e3366c24868c0d02734f4')
16 build() {
17         cd $startdir/src/$pkgname-$pkgver
19         ./configure --prefix=/usr --sysconfdir=/etc \
20         --without-xosd
21         make
22         make DESTDIR=$startdir/pkg install