# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="PAM module for the S/Key authentication system" HOMEPAGE="http://freshmeat.net/projects/pam_skey/" SRC_URI="http://www.srce.hr/%7Ekreator/sources/projects/tarballs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-libs/pam app-admin/skey" S=${WORKDIR}/${PN} src_compile() { econf --exec_prefix="" || die "econf failed" emake || die "emake failed" } src_install() { dodir /lib/security make DESTDIR=${D} install || die }