sys-fs/spadfs-utils: fixes

This commit is contained in:
G-Src 2023-11-06 00:44:12 +08:00 committed by 梁永祥
parent 9cedc5217f
commit f9559e0f6d

View File

@ -1,11 +1,13 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit toolchain-funcs
DESCRIPTION="Filesystem Tools for SpadFS"
HOMEPAGE="http://www.jikos.cz/~mikulas/spadfs/"
SRC_URI="http://www.jikos.cz/~mikulas/spadfs/download/spadfs-1.0.18.tar.gz"
SRC_URI="http://www.jikos.cz/~mikulas/spadfs/download/spadfs-${PV}.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
@ -13,7 +15,7 @@ KEYWORDS="~amd64"
S="${WORKDIR}/spadfs-${PV}"
src_compile() {
emake mkspadfs spadfsck
emake SPADFS_CC="$(tc-getCC)" mkspadfs spadfsck
}
src_install() {