mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-23 10:12:12 +01:00
net-libs/libtirpc: Sync with Gentoo
It's from Gentoo commit 934230cec5130deaba741e72ea4adbcd44d1fda3. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
0ad1c4c067
commit
74f344882d
65
sdk_container/src/third_party/portage-stable/net-libs/libtirpc/libtirpc-1.3.7-r2.ebuild
vendored
Normal file
65
sdk_container/src/third_party/portage-stable/net-libs/libtirpc/libtirpc-1.3.7-r2.ebuild
vendored
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit flag-o-matic libtool multilib-minimal
|
||||||
|
|
||||||
|
DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
|
||||||
|
HOMEPAGE="https://sourceforge.net/projects/libtirpc/ https://git.linux-nfs.org/?p=steved/libtirpc.git"
|
||||||
|
SRC_URI="
|
||||||
|
https://downloads.sourceforge.net/${PN}/${P}.tar.bz2
|
||||||
|
https://dev.gentoo.org/~sam/distfiles/${PN}-glibc-nfs.tar.xz
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
|
||||||
|
SLOT="0/3" # subslot matches SONAME major
|
||||||
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE="kerberos static-libs"
|
||||||
|
|
||||||
|
RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
|
||||||
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
elibc_musl? ( sys-libs/queue-standalone )
|
||||||
|
"
|
||||||
|
BDEPEND="
|
||||||
|
app-arch/xz-utils
|
||||||
|
virtual/pkgconfig
|
||||||
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
cp -ra "${WORKDIR}"/tirpc "${S}"/ || die
|
||||||
|
|
||||||
|
default
|
||||||
|
elibtoolize
|
||||||
|
}
|
||||||
|
|
||||||
|
multilib_src_configure() {
|
||||||
|
# bug #911863
|
||||||
|
append-lfs-flags
|
||||||
|
|
||||||
|
local myeconfargs=(
|
||||||
|
$(use_enable kerberos gssapi)
|
||||||
|
$(use_enable static-libs static)
|
||||||
|
KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
|
||||||
|
$(use_enable elibc_musl rpcdb) # For getrpcbyname & al. bug #964394
|
||||||
|
)
|
||||||
|
|
||||||
|
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
|
||||||
|
}
|
||||||
|
|
||||||
|
multilib_src_install_all() {
|
||||||
|
einstalldocs
|
||||||
|
|
||||||
|
insinto /etc
|
||||||
|
doins doc/netconfig
|
||||||
|
|
||||||
|
insinto /usr/include/tirpc
|
||||||
|
doins -r "${WORKDIR}"/tirpc/*
|
||||||
|
|
||||||
|
# makes sure that the linking order for nfs-utils is proper, as
|
||||||
|
# libtool would inject a libgssglue dependency in the list.
|
||||||
|
if ! use static-libs ; then
|
||||||
|
find "${ED}" -name "*.la" -delete || die
|
||||||
|
fi
|
||||||
|
}
|
||||||
@ -14,7 +14,7 @@ SRC_URI="
|
|||||||
|
|
||||||
LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
|
LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
|
||||||
SLOT="0/3" # subslot matches SONAME major
|
SLOT="0/3" # subslot matches SONAME major
|
||||||
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
|
||||||
IUSE="kerberos static-libs"
|
IUSE="kerberos static-libs"
|
||||||
|
|
||||||
RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
|
RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user