# ========================================================================== # This ebuild come from wschlich-testing repository. Zugaina.org only host a copy. # For more info go to http://gentoo.zugaina.org/ # ************************ General Portage Overlay ************************ # ========================================================================== # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="libfprint" HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint" SRC_URI="mirror://sourceforge/fprint/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-libs/libusb media-gfx/imagemagick" src_install() { emake DESTDIR="${D}" install }