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

DESCRIPTION="Swfdec-mozilla is a decoder/renderer netscape style plugin for Macromedia Flash animations."
HOMEPAGE="http://swfdec.freedesktop.org/"
SRC_URI="http://swfdec.freedesktop.org/download/${PN}/${PV:0:3}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=">=media-libs/swfdec-0.5.0
	|| ( www-client/mozilla-firefox www-client/seamonkey )"
RDEPEND=""

src_install() {
	exeinto /usr/lib/nsbrowser/plugins
	doexe src/.libs/libswfdecmozilla.so || die "libswfdecmozilla.so failed"
	insinto /usr/lib/nsbrowser/plugins
	doins src/libswfdecmozilla.la
}

pkg_postinst() {
	einfo "Remember to report bugs to: https://bugzilla.freedesktop.org"
}