summaryrefslogtreecommitdiff
blob: 1f240af90fcbd1686f512031254ebccbf6ae7530 (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

DESCRIPTION="GTK+ flickr client"
HOMEPAGE="http://code.google.com/p/frogr/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/glib-2.16
	>=x11-libs/gtk+-2.14
	>=net-misc/flickcurl-1.0
	>=dev-libs/libxml2-2.6.8"
DEPEND="${RDEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc README TODO NEWS AUTHORS THANKS ChangeLog
}