summaryrefslogtreecommitdiff
path: root/community/gtypist/PKGBUILD
blob: 7e70a575dbdcbad4e0b76ddbc60e7dfaa4a89501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 81342 2012-12-18 09:40:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Ben Mazer <blm@groknil.org>
# Contributor: Mike Douglas <code_monkey@gooeylinux.org>

pkgname=gtypist
pkgver=2.9.2
pkgrel=1
pkgdesc="universal typing tutor"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gtypist/gtypist.html"
license=("GPL")
depends=('ncurses' 'perl')
makedepends=('emacs')
install=gtypist.install
source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz
	ncurses.patch)
md5sums=('e6f5ce16d3bdb335f7c698957bc54526'
         'ba5e990d948ba5019391094dac890aa6')

build() {
  cd $srcdir/$pkgname-$pkgver
  patch -p1 <$srcdir/ncurses.patch
  ./configure --prefix=/usr
  make
  make prefix=$pkgdir/usr install
  rm -f $pkgdir/usr/share/info/dir
}