#Maintainer: Tomoki Tsuchiya pkgname=tegaki-recognize pkgver=0.3.1.2 pkgrel=1tt docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'PKG-INFO' 'TODO' 'COPYRIGHT') url=http://tegaki.org/ source=("http://www.tegaki.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/tsuren/packages/13.37$pkgname/ options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Tegaki handwriting recognition for the desktop)" "Tegaki aims to develop a free and open-source modern" "implementation of handwriting recognition software," "specifically designed for Chinese (simplified and" "traditional) and Japanese, and that is suitable" "for both the desktop and mobile devices." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --root $startdir/pkg }