sys-apps/install-xattr - 0.11 (gentoo)

Search

Package Information

Description:
Wrapper to coreutils install to preserve Filesystem Extended Attributes
Homepage:
https://dev.gentoo.org/~blueness/install-xattr/

Ebuild Details

Version EAPI Keywords Slot
0.11 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 0
View Raw Ebuild
# Copyright 2014-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Wrapper to coreutils install to preserve Filesystem Extended Attributes"
HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/"

inherit flag-o-matic toolchain-funcs

if [[ ${PV} == "9999" ]] ; then
	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/install-xattr.git"
	inherit git-r3
else
	SRC_URI="https://gitweb.gentoo.org/proj/install-xattr.git/snapshot/${P}.tar.gz"
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

src_configure() {
	tc-export CC
	append-lfs-flags
}

src_compile() {
	emake PREFIX="${EPREFIX}/usr"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}

Manifest for 0.11

Type File Size Source URLs
DIST install-xattr-0.11.tar.gz 17323 bytes https://gitweb.gentoo.org/proj/install-xattr.git/snapshot/install-xattr-0.11.tar.gz