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/sys-apps/calculate-toolkit/calculate-toolkit-0.3.1-r5....

30 lines
707 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=( python3_{9..10} )
SRC_URI="https://git.calculate-linux.org/calculate/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Collection of administration scripts for Calculate"
HOMEPAGE="https://www.calculate-linux.org/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
S=${WORKDIR}/${PN}
RDEPEND=">=sys-apps/calculate-utils-3.6
app-arch/zstd
app-arch/xz-utils"
PATCHES=(
"${FILESDIR}"/${P}-rmdir.patch
"${FILESDIR}"/${P}-scratch.patch
"${FILESDIR}"/${P}-fix_net_start.patch
"${FILESDIR}"/${P}-preset_config.patch
"${FILESDIR}"/${P}-fix_path.patch
)