# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions S="${WORKDIR}/${PN}" DESCRIPTION="The autobookmarker plugin for the katepart editor." HOMEPAGE="http://www.kde-apps.org/content/show.php?content=22102" SRC_URI="http://www.kde-apps.org/content/files/22102-${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" RESTRICT="nomirror" RDEPEND="kde-base/kate" src_compile() { export WANT_AUTOCONF=2.5 export WANT_AUTOMAKE=1.7 set-qtdir 3 set-kdedir 3 make -f admin/Makefile.common econf || die "econf failed" make clean || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc README ChangeLog COPYING AUTHORS }