Hi, here's ebuilds for libfprint and fprint_demo with updated repo path. libusb ebuild is now in portage, so, Wolfram, please, remove it from your overlay. pam_fprint ebuild is out of date, so it seems it should be removed too.
Regards Vasily
# 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://github.com/dsd/libfprint.git" DESCRIPTION="libfprint" HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint" SRC_URI="" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="media-gfx/imagemagick >=dev-libs/libusb-1.0" src_unpack() { git_src_unpack cd ${S} eautoreconf } src_compile() { econf || die "econf died" emake || die "emake died" } src_install() { emake DESTDIR="${D}" install || "emake install failed" }
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EGIT_REPO_URI="git://github.com/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_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || "emake install failed" }
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
