* [gentoo-commits] proj/betagarden:master commit in: sys-auth/fingerprint-gui/
@ 2012-05-04 19:39 Sebastian Pipping
0 siblings, 0 replies; only message in thread
From: Sebastian Pipping @ 2012-05-04 19:39 UTC (permalink / raw
To: gentoo-commits
commit: dbe57645a3005e28da6dd67a3e9102e76b797c6d
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Fri May 4 19:38:05 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri May 4 19:38:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=dbe57645
sys-auth/fingerprint-gui: 1.04
---
.../fingerprint-gui/fingerprint-gui-1.04.ebuild | 60 ++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild b/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild
new file mode 100644
index 0000000..744934f
--- /dev/null
+++ b/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit qt4-r2 versionator multilib
+#pam
+
+MY_PV=$(replace_version_separator 2 -)
+DESCRIPTION="Use Fingerprint Devices with Linux"
+HOMEPAGE="http://www.n-view.net/Appliance/fingerprint/"
+SRC_URI="http://www.n-view.net/Appliance/fingerprint/download/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="upekbsapi"
+
+DEPEND="
+ !sys-auth/pam_fprint
+ !sys-auth/fprintd
+ !sys-auth/thinkfinger
+ >=sys-auth/libfprint-0.1.0_pre2
+ x11-libs/libfakekey
+ >=app-crypt/qca-2.0.0
+ >=app-crypt/qca-ossl-2.0.0_beta3
+ upekbsapi? ( sys-auth/upekbsapi-bin[headers] )
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() {
+ eqmake4 \
+ PREFIX="$EROOT/usr" \
+ LIB="$(get_libdir)" \
+ LIBEXEC=libexec \
+ LIBPOLKIT_QT=LIBPOLKIT_QT_1_1 || die "qmake4 failed"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" DESTDIR="${D}" install || die "emake install failed"
+ domenu bin/fingerprint-gui/fingerprint-gui.desktop
+ dodoc CHANGELOG README IMPORTANT-UPGRADE-INFORMATION.txt \
+ "${FILESDIR}/Install-step-by-step.html"
+}
+
+pkg_postinst() {
+ elog "1) You may want to add the followingline to the first of /etc/pam.d/system-auth"
+ elog " auth sufficient pam_fingerprint-gui.so"
+ elog "2) You must be in the plugdev group to use fingerprint"
+ if use upekbsapi; then
+ elog "3) You select to install upeks bsapi library, it's not open-sourced."
+ elog " Use it in your own risk."
+ fi
+ elog "*) Please see /usr/share/doc/${P}/Install-step-by-step.* to configure your device"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-04 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 19:39 [gentoo-commits] proj/betagarden:master commit in: sys-auth/fingerprint-gui/ Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox