summaryrefslogtreecommitdiff
blob: 6c8884d2da02570ed063782453825094208a9004 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="Creates PNG, JPEG or GIF images from CGI and other programs"
HOMEPAGE="http://martin.gleeson.net/fly/"
SRC_URI="http://martin.gleeson.net/${PN}/dist/${P}.tar.gz"

LICENSE="fly"
SLOT="0"
KEYWORDS="~amd64"
IUSE="examples"

DEPEND="media-libs/freetype
	media-libs/gd[jpeg,png]"
RDEPEND="${DEPEND}"

src_install() {
	dobin ${PN}

	dodoc doc/* README

	if use examples ; then
		dodoc examples/*
	fi
}