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-9.ebuild

26 lines
577 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-pam/kdebase-pam-9.ebuild,v 1.1 2013/05/03 21:03:32 johu Exp $
EAPI=5
inherit pam
DESCRIPTION="pam.d files used by several KDE components"
HOMEPAGE="http://www.kde.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~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
}