[sys-auth/libnss-extrausers] move from froxlor overlay
This commit is contained in:
24
sys-auth/libnss-extrausers/libnss-extrausers-0.6.ebuild
Normal file
24
sys-auth/libnss-extrausers/libnss-extrausers-0.6.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="nss module to have an additional passwd, shadow and group file"
|
||||
HOMEPAGE="https://sources.debian.org/src/libnss-extrausers/0.6-5/"
|
||||
SRC_URI="mirror://debian/pool/main/libn/${PN}/${PN}_${PV}.orig.tar.gz
|
||||
mirror://debian/pool/main/libn/${PN}/${PN}_${PV}-5.debian.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_prepare() {
|
||||
for patch in $(< "${WORKDIR}"/debian/patches/series); do
|
||||
eapply "${WORKDIR}"/debian/patches/${patch}
|
||||
done
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" libprefix="${EPREFIX}/usr/$(get_libdir)" install
|
||||
}
|
||||
Reference in New Issue
Block a user