mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-05 23:33:11 +01:00
17 lines
456 B
Bash
17 lines
456 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
|
|
inherit firefox-plugin
|
|
|
|
FFP_XPI_FILE="${PN//-/_}-${PV}-tb+fx"
|
|
DESCRIPTION="Firefox extension to display the Exif and IPTC data in local and remote JPEG images."
|
|
HOMEPAGE="http://araskin.webs.com/exif/exif.html"
|
|
SRC_URI="mirror://mozilla/addons/3905/${FFP_XPI_FILE}.xpi"
|
|
|
|
LICENSE="MPL-1.1"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|