desktop/simon/PKGBUILD
Francesco Marinucci 36d85fd9b8 simon rebuild
2014-06-09 14:14:20 +00:00

28 lines
959 B
Bash

# Maintainer: FranzMari <franzmari[at]chakra-project[dot]org>
# Contributor : Sascha Pfau <MrPeacock@gmail.com>
pkgname=simon
pkgver=0.4.1
pkgrel=4
pkgdesc="A ready-to-use interface for the julius CSR engine for a handicapped person, which is not able to use the keyboard well."
arch=('x86_64')
url="https://projects.kde.org/projects/extragear/accessibility/simon"
license=('GPL')
screenshot="http://kde-apps.org/CONTENT/content-pre1/73815-1.png"
depends=('boost' 'qwt6' 'portaudio' 'qt' 'kdelibs' 'hicolor-icon-theme' 'kde-runtime')
makedepends=('automoc4' 'cmake' 'flex')
optdepends=('docbook-xsl' 'sphinxbase' 'htk: create and modify the speech models')
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/${pkgname}-${pkgver}.tar.bz2)
md5sums=('8f3e87043a145e44d80c1d95fae97d33')
build() {
cd $srcdir/$pkgname-$pkgver
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}