diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-26 04:16:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-26 04:16:49 +0000 |
commit | a1231f860fbd73b64f6cfcc903f292c2b3f583fb (patch) | |
tree | 782c535186b59c3e05774de400d68062ae45166e /sys-auth | |
parent | +bzip2 (diff) | |
download | gentoo-2-a1231f860fbd73b64f6cfcc903f292c2b3f583fb.tar.gz gentoo-2-a1231f860fbd73b64f6cfcc903f292c2b3f583fb.tar.bz2 gentoo-2-a1231f860fbd73b64f6cfcc903f292c2b3f583fb.zip |
old
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_bioapi/files/digest-pam_bioapi-0.2.1 | 3 | ||||
-rw-r--r-- | sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild | 36 |
2 files changed, 0 insertions, 39 deletions
diff --git a/sys-auth/pam_bioapi/files/digest-pam_bioapi-0.2.1 b/sys-auth/pam_bioapi/files/digest-pam_bioapi-0.2.1 deleted file mode 100644 index f57f5622104d..000000000000 --- a/sys-auth/pam_bioapi/files/digest-pam_bioapi-0.2.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7101c49d5774e892f0eda401b4c1f634 pam_bioapi-0.2.1.tar.bz2 190025 -RMD160 8629841e99da13607c3e3f124bb2612af3b166b6 pam_bioapi-0.2.1.tar.bz2 190025 -SHA256 36b73c41fe455a5eb7c2b5f1de5d2fa147865c8b0e69e7c9cc8c164936ae72c6 pam_bioapi-0.2.1.tar.bz2 190025 diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild deleted file mode 100644 index 62e198de4a18..000000000000 --- a/sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.2.1.ebuild,v 1.1 2006/10/05 13:50:35 wolf31o2 Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="PAM interface for biometric auth" -HOMEPAGE="http://www.qrivy.net/~michael/blua/" -SRC_URI="http://www.qrivy.net/~michael/blua/pam_bioapi/pam_bioapi-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="sys-auth/bioapi - sys-auth/tfm-fingerprint" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/pam_bioapi.c-${PV}.patch -} - -src_compile() { - export CPPFLAGS="${CPPFLAGS} -I/opt/bioapi/include" - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodir /lib/security - mv ${D}/usr/lib/security/* ${D}/lib/security - rmdir ${D}/usr/lib/security -} |