]> Pileus Git - ~andy/sunrise/blob - www-client/khtml2png/khtml2png-2.7.6.ebuild
www-client/khtml2png: Added ~amd64 keyword.
[~andy/sunrise] / www-client / khtml2png / khtml2png-2.7.6.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="1"
6
7 inherit cmake-utils
8
9 DESCRIPTION="Command line tool that uses KHTML to render web pages into images"
10 HOMEPAGE="http://khtml2png.sourceforge.net"
11 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 DEPEND="kde-base/kdelibs:3.5
19         sys-libs/zlib"
20
21 CMAKE_IN_SOURCE_BUILD="1"