# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="libfprint"
HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint"
SRC_URI="http://freedesktop.org/~hadess/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="dev-libs/libusb
	dev-libs/openssl
	dev-libs/glib
	media-gfx/imagemagick"

src_unpack() {
	unpack "${A}"
	cd "${S}"
	epatch "${FILESDIR}/upeksonly_tcs4c.patch"
}

src_install() {
	emake DESTDIR="${D}" install
}
