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

DESCRIPTION="swfmill is an xml2swf and swf2xml processor with import functionalities"
HOMEPAGE="http://swfmill.org"
SRC_URI="http://swfmill.org/releases/${P}.tar.gz"

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

RDEPEND="dev-libs/libxml2
	dev-libs/libxslt
	media-libs/freetype
	media-libs/libpng"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

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