yubico pum and libs

This commit is contained in:
Micha Glave
2010-03-10 13:02:01 +01:00
parent d8c2468400
commit 066c673f42
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST pam_yubico-2.2.tar.gz 296006 RMD160 673d9340fb07fe5798e985a7ddb428a0974493a1 SHA1 1b935285d3826a8cb0ca4ff80e20e6aa4a588a9d SHA256 083507e7ec9625b41a7a5a2cf7be034aa6eabe87b0ab7d5350c20a7165a64e58
EBUILD pam_yubico-2.2.ebuild 688 RMD160 0f34f6e5c3e71d74a02a5d86b752ff455a4903b1 SHA1 b5174f89e4d5c6dc131f9843cb2e64ba17669bb9 SHA256 86025b612cdf4367f50af8c27127612919814416356ac097b98496d3befafc22

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="This module allows you to use the Yubikey device to authenticate to the PAM system."
SRC_URI="http://yubico-pam.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="http://code.google.com/p/yubico-pam/"
KEYWORDS="x86 amd64"
SLOT="0"
LICENSE="|| ( BSD GPL-2 )"
IUSE=""
DEPEND="sys-auth/pambase
sys-libs/pam
sys-libs/ykclient"
RDEPEND="${DEPEND}"
RESTRICT="mirror"
src_compile() {
econf \
--exec-prefix=/ || "econf failed"
emake || die "emake failed"
}
src_install() {
emake install DESTDIR="${D}" || die "Install failed"
dodoc ChangeLog NEWS README
}