pentoo-overlay/www-plugins/proxy_selector/proxy_selector-1.16.ebuild
2013-05-31 04:46:20 +00:00

25 lines
571 B
Bash

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit firefox-plugin
FFP_XPI_FILE="${P}-fx"
DESCRIPTION="Lets you switch local proxies in firefox. A fork of multiproxy switch."
HOMEPAGE="http://addons.mozilla.org/en-US/firefox/addon/proxy-selector"
SRC_URI="mirror://mozilla/addons/215989/${FFP_XPI_FILE}.xpi"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS=""
IUSE=""
#FIXME: it fails to unpack
src_unpack() {
if [ "${A}" != "" ]; then
unzip -qo "${DISTDIR}/${A}" -d "${WORKDIR}/"
fi
}