summaryrefslogtreecommitdiff
blob: 9293dd478929b9a06ede491ed265c030d6583ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.5.0.ebuild,v 1.2 2010/02/04 14:05:56 yngwin Exp $

EAPI=2
CMAKE_IN_SOURCE_BUILD=1
inherit cmake-utils

DESCRIPTION="A viewer for comic book archives containing jpeg/png images."
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=19509"
SRC_URI="http://cloud.github.com/downloads/stolowski/QComicBook/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="7zip ace debug rar zip"

DEPEND="x11-libs/qt-gui:4"
RDEPEND="${DEPEND}
	7zip? ( app-arch/p7zip )
	ace? ( app-arch/unace )
	rar? ( || ( app-arch/unrar app-arch/rar ) )
	zip? ( app-arch/unzip )"

DOCS="AUTHORS ChangeLog NEWS README THANKS"