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.
gentoo-overlay/sys-apps/dchroot/dchroot-0.12.1.ebuild

28 lines
498 B

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Utility for managing chroots for non-root users"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P/-/_}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="!dev-util/schroot[dchroot]"
BDEPEND="sys-apps/help2man"
PATCHES=(
"${FILESDIR}"/${P}-make.patch
)
src_prepare() {
default
eautoreconf #874318
}