# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SLOT="0" LICENSE="QPL" KEYWORDS="~x86" DESCRIPTION="A indmapping-like tool for document generation" CONT="55242" SRC_URI="http://www.kde-apps.org/CONTENT/content-files/${CONT}-semantik-${PV}.tar.bz2" HOMEPAGE="http://www.kde-apps.org/content/show.php/Semantik?content=${CONT}" IUSE="" DEPEND=">=x11-libs/qt-4.2 >=dev-lang/python-2.4 dev-lang/ocaml" src_compile () { ./waf --prefix="${D}/usr/" configure ./waf } src_install () { ./waf install }