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 # Maintainer: flub <flub123@gmx.de>
10 pkgdesc="Software for managing table tennis tournaments. Written in java."
12 url="http://www1.inf.tu-dresden.de/~s7480817/OpenTTT/"
25 source=("http://www1.inf.tu-dresden.de/~s7480817/OpenTTT/installation/$pkgname-$pkgver.tar.gz")
27 md5sums=('2b74b749e5a1fdf0805c4d7eb3fee7ce')
30 cd "$srcdir/$pkgname-$pkgver"
35 cd "$srcdir/$pkgname-$pkgver"
36 make DESTDIR="$pkgdir/" install
39 # vim:set ts=2 sw=2 et: