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.
tde-packaging-gentoo/trinity-base/tdebase-pam/tdebase-pam-7.ebuild

21 lines
463 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit pam
DESCRIPTION="pam.d files used by several Trinity components."
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
DEPEND="sys-libs/pam"
RDEPEND="${DEPEND}"
src_install() {
newpamd "${FILESDIR}/tde.pam-${PV}" tde
newpamd "${FILESDIR}/tde-np.pam-6" tde-np
}