updated gtkpod ebuild
[dottout.git] / sys-auth / pam_fprint / pam_fprint-9999.ebuild
blobb6aea94a481d81608c723344d60dd2d53d5f5c44
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EGIT_REPO_URI="git://github.com/dsd/pam_fprint.git"
7 inherit git eutils autotools
9 DESCRIPTION="pam_fprint"
10 HOMEPAGE="http://www.reactivated.net/fprint/wiki/Pam_fprint"
11 SRC_URI=""
13 LICENSE="LGPL-2"
14 SLOT="0"
15 KEYWORDS="~x86 ~amd64"
16 IUSE=""
18 DEPEND="=media-libs/libfprint-9999
19 sys-libs/pam"
21 src_unpack() {
22 git_src_unpack
23 cd "${S}"
24 ./autogen.sh
25 eautoreconf
28 src_compile() {
29 econf || die "econf failed"
30 emake || die "emake failed"
33 src_install() {
34 emake DESTDIR="${D}" install || "emake install failed"