You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-base/kdebase-pam/kdebase-pam-10.ebuild

26 lines
464 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit pam
DESCRIPTION="pam.d files used by several KDE components"
HOMEPAGE="https://www.kde.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 ~x86-fbsd"
IUSE=""
DEPEND="virtual/pam"
RDEPEND="${DEPEND}"
S=${WORKDIR}
src_install() {
newpamd "${FILESDIR}/kde.pam-${PV}" kde
newpamd "${FILESDIR}/kde-np.pam-${PV}" kde-np
}