updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / touchtyper / PKGBUILD
blobbcc633f52aa4ea9a130c89c9df291a166f9f2812
1 # Contributor: Jozef Riha <jose1711 at gmail dot com>
3 pkgname=touchtyper
4 pkgver=1.0rc2
5 pkgrel=1
6 pkgdesc="typing trainer - an application suite for training and exercising touchtyping"
7 url="http://typingtrainer.sourceforge.net/"
8 arch=('i686')
9 license=('GPL-2')
10 depends=('kdelibs3' 'hicolor-icon-theme')
11 source=("http://downloads.sourceforge.net/project/typingtrainer/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('a979c193039b994b81e0553034f91115')
14 build() {
15 cd $srcdir/${pkgname}-1.0
16 ./configure --prefix=/usr --without-arts
17 make || return 1
18 make DESTDIR=${pkgdir} install || return 1