# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI="2" DESCRIPTION="An unofficial extension pack providing GNOME2 like features for GNOME3." HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html" SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${PN}-${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="gnome-base/gnome-shell" S="${WORKDIR}/.local/share/gnome-shell" DOC="${WORKDIR}/.local/share/gnome-shell/gnome-shell-frippery" src_install() { insinto /usr/share/gnome-shell/extensions doins -r ${S}/extensions/* dodoc ${DOC}/README ${DOC}/COPYING ${DOC}/CHANGELOG }