Here's git gentoo ebuilds for fprint projects. Maybe they will be usefull for somebody ;)
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $
EGIT_REPO_URI="git://projects.reactivated.net/~dsd/pam_fprint.git" inherit git eutils autotools DESCRIPTION="pam_fprint" HOMEPAGE="http://www.reactivated.net/fprint/wiki/Pam_fprint" SRC_URI="" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="=media-libs/libfprint-9999 sys-libs/pam" src_unpack() { git_src_unpack cd "${S}" eautoreconf } src_install() { emake DESTDIR="${D}" install }
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit git eutils autotools EGIT_REPO_URI="git://projects.reactivated.net/~dsd/libfprint.git" DESCRIPTION="libfprint" HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint" SRC_URI="" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-libs/libusb media-gfx/imagemagick" src_unpack() { git_src_unpack cd ${S} eautoreconf } src_compile() { econf || die "econf died" emake || die "emake died" } src_install() { emake DESTDIR="${D}" install }
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EGIT_REPO_URI="git://projects.reactivated.net/~dsd/fprint_demo.git" inherit git eutils autotools DESCRIPTION="fprint_demo" HOMEPAGE="http://www.reactivated.net/fprint/wiki/Fprint_demo" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="=media-libs/libfprint-9999 >=x11-libs/gtk+-2" src_unpack() { git_src_unpack cd "${S}" eautoreconf } src_install() { emake DESTDIR="${D}" install }
_______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
