# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" inherit autotools eutils gnome2 DESCRIPTION="File Roller integration for Nemo" HOMEPAGE="https://github.com/linuxmint/nemo-extensions" SRC_URI="https://github.com/linuxmint/nemo-extensions/archive/${PV}.tar.gz -> nemo-extensions-${PV}.tar.gz" S="${WORKDIR}/nemo-extensions-${PV}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc" RDEPEND=" app-arch/file-roller gnome-extra/nemo " DEPEND="${RDEPEND}" src_prepare() { eautoreconf gnome2_src_prepare } src_configure() { gnome2_src_configure }