1173884
[gentoo.git] /
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="6"
5
6 PYTHON_COMPAT=( python3_6 )
7
8 inherit python-r1
9
10 DESCRIPTION="Sabayon distro-agnostic images build tool"
11 HOMEPAGE="http://www.sabayon.org"
12 SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
13
14 LICENSE="GPL-2"
15 SLOT="0"
16 KEYWORDS="~amd64 ~x86"
17 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
18
19 DEPEND="dev-util/intltool
20         sys-devel/gettext"
21 RDEPEND="
22         sys-process/lsof
23         ${PYTHON_DEPS}"
24
25 src_install() {
26         emake DESTDIR="${D}" LIBDIR="/usr/lib" \
27                 PREFIX="/usr" SYSCONFDIR="/etc" install
28 }