updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / crazytype / PKGBUILD
blob36b7f7c6fe2593f5596a661a30d58043ac723ddf
1 # Contributor: acmps <acmps.pt@gmail.com>
3 pkgname=crazytype
4 pkgver=0.2.3
5 pkgrel=1
6 pkgdesc="A different (and crazy) typing game."
7 arch=('i686' 'x86_64')
8 depends=('ncurses')
9 url="http://crazytype.sourceforge.net/"
10 license=('GPL')
11 source=(http://crazytype.googlecode.com/files/crazytype-0.2.3.tar.gz)
12 md5sums=('551c4bc7d63a75ae97eac4a6f5c58f2f')
14 build() {
15   cd $srcdir/$pkgname
16   make || return 1
18   install -dv $pkgdir/var/games/crazytype
19   install -dv $pkgdir/usr/share/crazytype
20   install -dv $pkgdir/usr/bin
21   install -m 755 demo/crazytype $pkgdir/usr/bin
22   install -m 666 scores $pkgdir/var/games/crazytype
23   cp -rf words $pkgdir/usr/share/crazytype