# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ S=${WORKDIR}/${P} DESCRIPTION="CppSymbolViewer is a Kate Plugin that extracts and shows C/C++ symbols from source files" SRC_URI="http://members.xoom.virgilio.it/dragonlord79/personal/cppsymbolviewer-1.0.tar.gz" HOMEPAGE="http://massimocallegari.cjb.net/index.html" IUSE="" DEPEND=">=kde-base/kde-3.1.0" RDEPEND="" SLOT="0" LICENSE="LGPL-2" src_unpack() { unpack ${A} } src_compile() { cd ${S} ./configure emake || die } src_install() { einstall || die dodoc README }