1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Milos Kozak <milos.kozak@lejmr.com>
10 pkgdesc="Program for education all ten fingers writing"
11 url="http://vsemi10ti.sourceforge.net/"
13 depends=(sdl sdl_image sdl_mixer sdl_ttf)
14 source=(http://dl.sourceforge.net/sourceforge/vsemi10ti/$pkgname-$pkgver.tar.bz2)
19 cd $startdir/src/$pkgname-$pkgver
20 ./configure --prefix=/usr
22 make DESTDIR=$startdir/pkg install
24 md5sums=('a658aaf7d57039ac3ef1c32b9afcdae3')