On 30 March 2008 13:13:31 Daniel Drake wrote: > Vasily Khoruzhick wrote: > > Here's latest git ebuilds for dev-libs/libusb-1.0, sys-auth/pam_fprint, > > media-libs/libfprint > > Would also be good to get one for fprint_demo.git so that it can get > some more testing. fprint_demo now uses the asynchronous interface and > features a button to let you cancel scans, not to forget a new bouncy > progress bar thing. > > Daniel
Of course ;) Here it is :)
# 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
