updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / kdeplasma-applets-tictactoefromhell / PKGBUILD
blobfb1ed39be6acfa27c15b82ad2bf4d7a1b2874a9e
1 # Mainteiner: Simone Tobia <simone.tobia@gmail.com>
3 pkgname=kdeplasma-applets-tictactoefromhell
4 pkgver=3.2
5 pkgrel=1
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"
8 arch=('i686')
9 license=('GPL2')
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')
16 build() {
17     cd $srcdir/tttfh-$pkgver-plasmoid-sources
18     cmake -DCMAKE_INSTALL_PREFIX=/usr . || return 1
19     make || return 1
20     make DESTDIR=$pkgdir install || return 1