# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" inherit cmake-utils DESCRIPTION="Command line tool that uses KHTML to render web pages into images" HOMEPAGE="http://khtml2png.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="kde-base/kdelibs:3.5 sys-libs/zlib" RDEPEND="${DEPEND}" CMAKE_IN_SOURCE_BUILD="1"