1 # Mainteiner: Simone Tobia <simone.tobia@gmail.com>
3 pkgname=kdeplasma-applets-tictactoefromhell
6 pkgdesc="A plasmoid for KDE4 featuring the TicTacToe game with animated graphics simulating hand drawing and many game variants."
7 url="http://kde-look.org/content/show.php?content=123968"
10 depends=('kdebase-workspace')
11 source=(http://downloads.sourceforge.net/project/tttfh/tttfh/$pkgver/tttfh-$pkgver-plasmoid-sources.tar.gz)
12 makedepends=('cmake' 'automoc4')
13 md5sums=('cdb4ba7c2c5dd2a9743b0b1e0799c751')
17 cd $srcdir/tttfh-$pkgver-plasmoid-sources
18 cmake -DCMAKE_INSTALL_PREFIX=/usr . || return 1
20 make DESTDIR=$pkgdir install || return 1