# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A mindmapping-like tool for document generation" HOMEPAGE="http://freehackers.org/~tnagy/semantik.html" #SRC_URI="http://freehackers.org/~tnagy/${P}.tar.bz2" SRC_URI="http://www.kde-apps.org/CONTENT/content-files/55242-${P}.tar.bz2" SLOT="0" LICENSE="QPL" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-lang/python-2.4.2 >=x11-libs/qt-4.2" DEPEND="${RDEPEND} dev-lang/ocaml" src_compile() { ./waf configure --prefix=/usr || die "configure failed" ./waf || die "waf failed" } src_install() { ./waf --destdir="${D}" install dodoc README }