sys-libs/queue-standalone - 0.1-r1 (gentoo)

Search

Package Information

Description:
Install <sys/queue.h> from glibc
Homepage:
https://www.gnu.org/software/libc/libc.html
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.1-r1 7 amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Install <sys/queue.h> from glibc"
HOMEPAGE="https://www.gnu.org/software/libc/libc.html"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv x86"

DEPEND="
	!sys-libs/glibc"

S="${WORKDIR}"

src_install() {
	insinto /usr/include/sys
	doins "${FILESDIR}"/queue.h
}

Dependencies

DEPEND

	!sys-libs/glibc