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.
calculate-overlay/sys-auth/pam_client/pam_client-0.2.1-r1.ebuild

27 lines
590 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
inherit pam
DESCRIPTION="Module of the waiting client daemon"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
SRC_URI="https://mirror.calculate-linux.org/source/${PN}/${P}.tar.bz2
http://mirror.yandex.ru/calculate/source/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="net-nds/openldap"
RDEPEND="${DEPEND}"
src_compile() {
make CFLAGS="-Wall ${CFLAGS}" || die
}
src_install() {
dopammod pam_client.so
}