summaryrefslogtreecommitdiff
blob: 28a524f585678ab432e42f7018c8cecfcc78d35e (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
26
27
28
29
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.6.1.ebuild,v 1.1 2009/05/09 18:51:07 hwoarang Exp $

EAPI="2"

inherit qt4

DESCRIPTION="Qt4 tool for creating wallpapers"
HOMEPAGE="http://www.qt-apps.org/content/show.php?content=71316"
SRC_URI="http://www.qt-apps.org/CONTENT/content-files/71316-${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc"

DEPEND="x11-libs/qt-svg:4
	x11-libs/qt-webkit:4"
RDEPEND="${DEPEND}"

src_configure() {
	eqmake4
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die "emake install failed"
	use doc && dodoc "README.markdown"
}