# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer abveritas@chakra-project.org pkgname=semantik pkgver=0.7.4 pkgrel=2 pkgdesc="A mind-mapping tool that helps creating documents such as reports or presentions." arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/Semantik?content=55242" license=('GPL') depends=('kdelibs' 'python2' 'qt') makedepends=('kdelibs' 'ocaml' 'kde-workspace') screenshot=('http://www.freehackers.org/~tnagy/semantik.png') source=('http://semantik.googlecode.com/files/semantik-snapshot.tar.bz2') sha1sums='7c1f48e013c1e0e9cd94bf011facd49e24a11703' build() { cd "$srcdir/$pkgname-$pkgver" ./waf --prefix=/usr configure sudo ln -s /usr/lib/ocaml/libcamlstr.a /usr/lib/ocaml/libstr.a ./waf ./waf --destdir="$pkgdir" install }