You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/gnome-extra/nemo-fileroller/nemo-fileroller-3.2.0.ebuild

28 lines
588 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit eutils
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"
S="${WORKDIR}/nemo-extensions-${PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
DEPEND="app-arch/file-roller
>=gnome-extra/nemo-${PV}[introspection]"
RDEPEND="${DEPEND}"
src_prepare() {
if [[ ! -e configure ]] ; then
./autogen.sh || die
fi
}