* [gentoo-commits] proj/betagarden:master commit in: sys-auth/upekbsapi-bin/
@ 2011-11-26 21:45 Alexey Shvetsov
0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov @ 2011-11-26 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 58c48d87038722da7dbdfbbc6952c23798c3b309
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 21:44:53 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 21:44:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=58c48d87
[sys-auth/upekbsapi-bin] Import from alexxy overlay
(Portage version: 2.2.0_alpha78/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
sys-auth/upekbsapi-bin/metadata.xml | 8 ++++
.../upekbsapi-bin/upekbsapi-bin-4.0.0218.ebuild | 45 ++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/sys-auth/upekbsapi-bin/metadata.xml b/sys-auth/upekbsapi-bin/metadata.xml
new file mode 100644
index 0000000..247f458
--- /dev/null
+++ b/sys-auth/upekbsapi-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sys-auth/upekbsapi-bin/upekbsapi-bin-4.0.0218.ebuild b/sys-auth/upekbsapi-bin/upekbsapi-bin-4.0.0218.ebuild
new file mode 100644
index 0000000..07bcd70
--- /dev/null
+++ b/sys-auth/upekbsapi-bin/upekbsapi-bin-4.0.0218.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+FP_GUI=fingerprint-gui-1.00
+MY_PN=${PN/bsapi-bin/}
+DESCRIPTION="UPEK Biometric Services SDK for PC"
+HOMEPAGE="http://www.upek.com/solutions/eikon/default.asp"
+SRC_URI="http://www.n-view.net/Appliance/fingerprint/download/${FP_GUI}.tar.gz"
+
+LICENSE="UPEK_EULA"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${FP_GUI}/${MY_PN}
+
+src_unpack() {
+ unpack ${FP_GUI}.tar.gz
+}
+
+src_install() {
+ cd "${S}"/
+ insinto /usr/include
+ doins include/bsapi.h
+ doins include/bserror.h
+ doins include/bstypes.h
+ if use x86; then
+ dolib lib/libbsapi.so
+ elif use amd64; then
+ dolib lib64/libbsapi.so
+ fi
+ insinto /etc/udev/rules.d
+ doins 91-fingerprint-gui-upek.rules
+ dodir /var/lib/${MY_PN}_data
+ fperms 777 /var/lib/${MY_PN}_data
+ echo "nvmprefix=\"/var/lib/${MY_PN}_data/.NVM\" dualswipe=0" > ${MY_PN}.cfg
+ insinto /etc
+ doins ${MY_PN}.cfg
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-26 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-26 21:45 [gentoo-commits] proj/betagarden:master commit in: sys-auth/upekbsapi-bin/ Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox