mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 07:48:56 -04:00
sys-fs/spadfs-utils: fixes
This commit is contained in:
parent
9cedc5217f
commit
f9559e0f6d
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user