sys-fs/ksmbd-tools: add ksmbd

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Guillaume Castagnino <casta@xwing.info>
This commit is contained in:
Guillaume Castagnino 2021-11-02 18:13:25 +01:00
parent 96b596fdd8
commit 3ccb342f0b
Signed by: casta
GPG Key ID: C47D4BFADB084424
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST ksmbd-tools-3.4.2.tgz 1277300 BLAKE2B 09469cef67ba5909d60ae54d288f52f3ab131664a49fcd5c68b7578d5edba5d419d755770702a467d99957998e2d15358be6c8b3b6a51b3d9408b0c613e0dbd7 SHA512 7d271ed5b10a3ed9cdece797f85405f0f93fdddf7da01f24c48caeb9f481d009fa73a3190c7270d0f2fd326ca6feba890f4ad15aca8fe09f29940c91686554e1
EBUILD ksmbd-tools-3.4.2.ebuild 651 BLAKE2B 28dcb2a73222de1dbb5348e5d176f729ec878777bcb7b09bd22ae3eaf4ca18f5cf61b9f9afa4a6241aa4feef7d88aaf936dde03dc2cf0fafdb6329423c79b68b SHA512 d39c85e41581e7bd9888317e7f649e3b2edf6626f61616fc2a8946e2e76f07211d1de88ff13fb69560e589d9cdf0e3b51032440a99a9887237f89e2ac6605a44
MISC metadata.xml 253 BLAKE2B ac50d70479526513b1c60d14e609cc24c0498bc5124837f8d20b5d5989cc3876c3e4878ac177658f4be088dd5731142eaefff3ec5aac963efe756eabc5ed26c1 SHA512 96696bc7a2e0f4c1447a44241c7aec867015c37f73f958b72b8489a5038b551f1700dc5540651129a19ab29ce58c4be88bea1226f31b846fb285a25ba4cd61e9

View File

@ -0,0 +1,37 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="cifsd kernel server userspace utilities"
HOMEPAGE="https://github.com/cifsd-team/ksmbd-tools"
SRC_URI="https://github.com/cifsd-team/${PN}/releases/download/${PV}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="kerberos"
DEPEND="
dev-libs/glib
dev-libs/libnl:3
kerberos? ( virtual/krb5 )
"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${PN}"
src_prepare() {
eapply_user
eautoreconf
}
src_configure() {
local myeconfargs=(
$(use_enable kerberos krb5)
)
econf "${myeconfargs[@]}"
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>casta@xwing.info</email>
<name>Guillaume Castagnino</name>
</maintainer>
</pkgmetadata>