1 # Maintainer: Anders Lund <anders@alweb.dk>
2 pkgname=krosswordpuzzle
5 pkgdesc="Krossword playing game and editor for KDE 4"
6 url="http://kde-apps.org/content/show.php/KrossWordPuzzle?content=111726"
9 depends=('kdebase-runtime' 'kdegames-libkdegames')
10 source=("http://publictransport.horizon-host.com/data/krosswordpuzzle-${pkgver}-l10n.tar.gz")
11 install=krosswordpuzzle.install
14 cd "${srcdir}/${pkgname}-${pkgver}-l10n"
15 cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
20 cd "${srcdir}/${pkgname}-${pkgver}-l10n"
21 make DESTDIR="${pkgdir}" install
23 md5sums=('0be594abbfe63bc5ac675c7699ed1926')