[request] Protector Suite for Linux - UPEK fingerprint scanners

Would anyone be willing to work on a PKGBUILD for this. I will do testing.
http://www.upek.com/support/downloads/linux/
UPEK website wrote:
Biometric logon for Linux operating systems. Supports Gnome and KDE4, KDE3.5 desktop environment and logon. For experienced developers there is also BSAPI SDK which allows to controll UPEK fingerprint readers on Linux based systems.
Supported devices: TCD41, TCD42, TCD50, TCD21 (TFM), TCS4B, TCS4C, TCS4E, TCS4K, TCS5B
Supported USB readers: Eikon I (TCRE3C: TCS3C+TCD42), Eikon II (TCRD4C: TCS4C+TCD50), EikonToGo (TCRG4C: TCS4C+TCD50), TCRZ (TCS3B+TCD41)
Contains installation packages for following distributions:
Mandriva 2009.1
Mandriva 2008.1
Ubuntu 9.04
Fedora Core 10
Debian

Hey! I go to see if anybody has mentioned this on the forums yet and find this. This is what I've come up with, but I have no idea if it works because apparently it is 32bit only, and I can't find anything else to find depends/etc through so it needs a lot of work. (not to mention that this is only my second PKGBUILD).
pkgname=ps-for-linux
pkgver=0.1
pkgrel=1
pkgdesc="UPEK fingerprint reader software"
arch=('i686')
url="http://www.upek.com/"
license=('unknown')
depends=()
makedepends=('deb2targz')
source=($pkgname-$pkgver.deb)
noextract=($pkgname-$pkgver.deb)
md5sums=('69809f555752b95c0a448e04c6ede3e9')
build() {
cd "$srcdir"
deb2targz "$pkgname-$pkgver.deb"
tar xf "$pkgname-$pkgver.tar.gz"
package() {
cd "$srcdir"
cp -r etc/ lib/ usr/ "$pkgdir"
# vim:set ts=2 sw=2 et:
I hope that will be a starting point for you to make a pkg out of and then run something like namcap on to see where things need to be added. Also, I don't know if one of the other rpm's would be a better fit for Arch's directory structure, or if this should be put in /opt or something.
Have you requested a source package fro them yet?

Similar Messages

  • When is Adobe Suit for Linux comming?

    Rumors are that Microsoft is working on a native Office for Linux (link: http://techreport.com/news/24333/rumor-microsoft-mulls-native-office-for-linux ) . When is Adobe lunching a Suit for Linux?
    Disclaimer : ) I paid for my copy of Design Suit, I will be happy to pay for those programs for Linux as they are the only reason I need Windows. There are stable, standardized APIs Linuxes out there (RedHat, for example), further more from what I can say, Linux (Ubuntu, Xubuntu, Fedora - no experience with other versions) is more stable than Windows...

    This subject comes up about once per year, and the answer has always been "not yet, and probably never," but that is, of course, subject to change. So far, no changes.
    Hunt

  • Nokia Ovi Suit for Linux

    I am using Fedora 14. I want to connect to internet using my Nokia N8 mobile. There is no nokia ovi suit for linux and hence I am unable to connect to internet. Can anyone please help?

    Hello
    Here, Ubuntu, USB cable, and Gnome Default Network Manager
    Just right clic on manager to modify connection, choose Wide Band Mobile connection et follow assistant....
    That's all, the connection is created, then left clic on manger to use it !
    Other way ? Use special apps on the N8 to convert it in a WiFi Hotspot like Joiku Spot

  • Nokia Suite for Linux

    Hi there
    I am looking for something like the Nokia suite for Linux. I want to exchange file from my mobile to my pc. I also would like to write SMS at my pc and send them over my phone.
    Are there any programms for this?
    thx

    gnokii, kde has some sort of mobile tools too

  • Nokia PC Suit for Linux

    hi friends Please tell me where from i can download nokia pc suit for Linux ?

    Nowhere, because there isn't one.

  • Nokia PC Suite for Linux

    When is Nokia PC Suite for Linux going to be finally issued? why should I install disgusting windows on my computer just because I want to connect my phone to the PC?

    13-Dec-2008 08:08 AM
    tomacco wrote:
    When is Nokia PC Suite for Linux going to be finally issued? why should I install disgusting windows on my computer just because I want to connect my phone to the PC?
    Have you tried kmobiletools?
    http://kmobiletools.org/
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • SOA Suite for Linux 64 bit

    I had been using a Oracle Application Server 10g Release 3 (10.1.3) Media Pack for Linux x86 (32-bit). We are now moving to a 64-bit Linux. I cannot find a Oracle Application Server 10g Release 3 (10.1.3) Media Pack for Linux x86 for 64-bit Linux. Is it supported on 64 bit.
    Also, can an Oracle Enterprise Linux be used instead of RHEL ?
    Cheers,
    Arun Ramesh

    I thought most X64 architectures can support 32 bit apps. Even if the SOA Suite runs in 64 Bit, the JVM will alone be running in 32 Bit. So there should not any compatibility problems.
    Is that right?

  • [Request] Comodo Antivirus for Linux

    Hi!
    If it's possible, could someone make and maintain a package from the Comodo Antivirus for Linux program?
    It supports Debian, Ubuntu, Linux Mint, ReadHat, Fedora, CentOS, SUSE and openSUSE, but it only has binaries, no source code. I tried to install it from the .deb packages, but failed completely with several unresolvable dependencies. As for making an installable package I don't even know where to start, I don't recognize the file structure inside the packages which is made with deb2targz, also the dependency problem would not solve itself.
    I'm not a programmer, so I can't go further.
    As far as I know, this is the only antivirus for desktop Linux distros with actual real-time protection.

    Yeah, I uploaded a little prematurely, I was still making some last minute changes. Didn't think anyone'd notice.
    Turns out the debs are just alien-converted rpms, so I've used the rpms as sources. Once you install it, you need to run /opt/COMODO/post_setup.sh as root (this was something I forgot to add to the .install file, so if you already downloaded, makepkg'd and installed, you'll probably not know this).
    I'm not sure about the license, all I've been able to find is the website T&Cs which states that Comodo products are subject to "Subscriber Agreements", which I can't find any information on. I haven't run the post_setup.sh script myself (I'm still looking through it), so perhaps the agreement is presented to you there.
    If anyone can shed some light on the subject, that'd be helpful.
    EDIT: Ah, I was looking at the wrong file. The agreement is in the post_setup.sh, at the top.
    I think I'll need to knock up a service file too, there's only an sysvinit script..
    EDIT EDIT: The license doesn't allow me to modify the post_setup.sh script to replace the initscript calls with the systemd equivalent, it probably doesn't let me remove the superfluous libraries either, so those lines will be commented out for the time being while I liaise with their legal department. The realtime protection kernel modules also don't build on Arch's default kernel (not sure about the -lts kernel), so that won't work without modifying files (which again, is not permitted by the license).
    The .desktop files may not show up in any menus either, not sure if I made a mistake there or not.
    You can still run on-demand scans for the time being (once you've updated the database). You should enable sgdagent.service cmdagent.service after running post_setup.sh, and sdgdaemon.service cmgdaemon.service after updating your virus database. Start the application with /opt/COMODO/cav if you don't have a menu icon for it in your menu.
    Last edited by WorMzy (2014-04-04 13:24:42)

  • Where can i get  the demo version of BPA Suite for linux?

    Hi guys,
    The article "Oracle Suite Instalation and Administration Guide" suggests use the installer called install_bpa<version>.<build number>.sh, but I can not find it for download.
    Thanks in advance.

    Hey everyone,
    Does anyone have any more info about this? I'm also looking for this. Section 2.2 (page 7) of the BPA installation guide is the location that says you can install BPA on Linux, but I am unable to find the .sh to begin.
    Any help is greatly appreciated.
    Thanks,
    Auggie

  • [Request] Jriver 19 for linux

    Could someone help for an AUR package for one of the best media center ever made?
    There is a beta version for debian:
    http://yabb.jriver.com/interact/index.php?board=35.0
    and also this discussion about archlinux:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    The big problem is libcurl and fonts (see discussion above)-

    I'm giving this a swing but its throwing me an error on makepkg on the curl pkg:
    $ makepkg
    ==> Making package: curl 7.23.1-1 (Mon Apr  7 18:59:20 CEST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Downloading curl-7.23.1.tar.bz2...
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 2320k  100 2320k    0     0  5220k      0 --:--:-- --:--:-- --:--:-- 5215k
    ==> Validating source files with md5sums...
        curl-7.23.1.tar.bz2 ... Passed
    ==> Extracting sources...
      -> Extracting curl-7.23.1.tar.bz2 with bsdtar
    ==> Starting build()...
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether to enable debug build options... no
    checking whether to enable compiler optimizer... (assumed) yes
    checking whether to enable strict compiler warnings... no
    checking whether to enable compiler warnings as errors... no
    checking whether to enable curl debug memory tracking... no
    checking whether to enable c-ares for DNS lookups... no
    checking for sed... /usr/bin/sed
    checking for grep... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ar... /usr/bin/ar
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking curl version... 7.23.1
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for style of include used by make... GNU
    checking for gcc... gcc -m32
    checking for C compiler default output file name...
    configure: error: in `/home/citizen/Downloads/aur/jriver-curl/src/curl-7.23.1':
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    ==> ERROR: A failure occurred in build().
        Aborting...
    Could this be the reason?
    d---------  2 citizen citizen    4096 Apr  7 18:59 pkg
    The config.log is nowhere to be found.
    I read the wiki:
    https://wiki.archlinux.org/index.php/Makepkg#Usage
    and a search found this thread:
    https://bbs.archlinux.org/viewtopic.php?id=140055
    Which suggested to remove multilib, reinstall gcc-libs gcc binutils glibc but that doesn't help. I reenabled multilib and ran pacman -Syu again.
    Any ideas what's going on here?
    I tried building libjpeg6 from AUR and this worked without a glitch.
    Thanks.

  • [request] Trucrypt, finally for Linux

    T r u e C r y p t
    Free open-source disk encryption software for Windows XP/2000/2003 and Linux
    Main Features:
        * It can create a virtual encrypted disk within a file and mount it as a real disk.
        * It can encrypt an entire hard disk partition or a device, such as USB memory stick, floppy disk, etc.
        * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:
          1) Hidden volume (more information may be found here).
          2) No TrueCrypt volume can be identified (TrueCrypt volumes cannot be distinguished from random data).
        * Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5, Serpent (256-bit key), Triple DES, and Twofish (256-bit key). Supports cascading (e.g., AES-Twofish-Serpent).
        * Based on Encryption for the Masses (E4M) 2.02a, which was conceived in 1997.
          Further information regarding the features of the software may be found in the documentation.
    If anyone would like to try and make a package it would be superb!
    .murkus

    Yeah, I uploaded a little prematurely, I was still making some last minute changes. Didn't think anyone'd notice.
    Turns out the debs are just alien-converted rpms, so I've used the rpms as sources. Once you install it, you need to run /opt/COMODO/post_setup.sh as root (this was something I forgot to add to the .install file, so if you already downloaded, makepkg'd and installed, you'll probably not know this).
    I'm not sure about the license, all I've been able to find is the website T&Cs which states that Comodo products are subject to "Subscriber Agreements", which I can't find any information on. I haven't run the post_setup.sh script myself (I'm still looking through it), so perhaps the agreement is presented to you there.
    If anyone can shed some light on the subject, that'd be helpful.
    EDIT: Ah, I was looking at the wrong file. The agreement is in the post_setup.sh, at the top.
    I think I'll need to knock up a service file too, there's only an sysvinit script..
    EDIT EDIT: The license doesn't allow me to modify the post_setup.sh script to replace the initscript calls with the systemd equivalent, it probably doesn't let me remove the superfluous libraries either, so those lines will be commented out for the time being while I liaise with their legal department. The realtime protection kernel modules also don't build on Arch's default kernel (not sure about the -lts kernel), so that won't work without modifying files (which again, is not permitted by the license).
    The .desktop files may not show up in any menus either, not sure if I made a mistake there or not.
    You can still run on-demand scans for the time being (once you've updated the database). You should enable sgdagent.service cmdagent.service after running post_setup.sh, and sdgdaemon.service cmgdaemon.service after updating your virus database. Start the application with /opt/COMODO/cav if you don't have a menu icon for it in your menu.
    Last edited by WorMzy (2014-04-04 13:24:42)

  • HTTP Server not starting in SOA Suite for linux

    Hi all,
    Installation and configuration of the new SOA Suite on SUSE 9 is not without faults. During the configuration the HTTP Server process is not starting. According the log file (opmn/logs/HTTP_Server~1.log) the HTTP Server is trying to start in SSL-mode, but I guess the SSL was not properly configured during the installation by the installer. I am not able to configure SSL myself, so my workaround was to disable SSL in the opmn.xml configuration file.
    Is anyone experiencing these problems? How can I configure SSL? Is SSL supposed to be enabled on the soa-server?
    Thanks in advance,
    Harm
    PS. The type of installation = advanced install, full
    Message was edited by: Harm

    Hi,
    First shutdown iAS, then edit the opmn.xml and restart.
    Original opmn.xml fragment:
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server" module-id="OHS">
    <module-data>
    <category id="start-parameters">
    <data id="start-mode" value="ssl-enabled"/>
    Edited opmn.xml fragment:
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server" module-id="OHS">
    <module-data>
    <category id="start-parameters">
    <data id="start-mode" value="ssl-disabled"/>
    Kind regards,
    H

  • Nokia Ovi Suite on Linux?

    Hey, just a thought, but why do I have to buy a 100+ EUR operating system just to connect my phone to my computer?
    I mean, common on, I bought a C5 Nokia and now I have to spend almost the same amount of money to buy some software to connect it to my PC??? This is outrageous. I mean, yeah I can connect and use the basic features of it (send sms, check address book, move files), but what about the incredible Ovi suite?
    Just annoyed.. Anyone else would like to see Ovi suite compatible with more OS'es (like Linux, Mac OS X etc.)?

    Being a Nokia supporter and born in Finland I have given Nokia a chance to improve its phones and software. These are the facts: My oldest Nokia phone has the best phone signal, sound quality and battery life. The newest has the worst of everything. Battery made in China and lasts a day max. In order to uppdate software, you have to install Ovi Suite on a PC with Windows. So I have to fire up an old dinosaur with XP in order to update my phone. It took me over 6 hours of trying over and over again. First it would say "no internet connection", when connected with Ethernet directly to a cable modem. It then would say USB connection lost about 12 times until I gave up and tried again the next day. After many hours of starting, restarting and trying, I had the software updated, but when connecting the phone to Nokia's Ovi website, it would say that my phone is not compatible. Before the update it was compatible. Extremely frustrating.
    I use Ubuntu on my computers and refuse to go back to Windows. Anyone with half a brain would use a Linux based OS if they only knew how great it is. I just can't believe the geeks in Finland don't provide a version of the Ovi Suite for Linux. There is certainly room for improvement. If anybody has been able to configure Ovi Suite under Wine, let me know. I tried without success.

  • Portege M400 - How to delete fingerprint data of Protector Suite

    Dear all,
    1) Protector Suite 5.4 sometimes generated a WinXP crash on my Portege M400.
    2) I followed the suggestion by WinXP and upgraded it to the 5.8 release. Unfortunately in this way I lost the functionalities of automatic access to passworded websites (the 5.8 online help says that this module is optional, but I didn't find how to install it).
    3) So I uninstalled the 5.8 and put on again the 5.4.
    4) Disaster.
    5) It's clear that the fingerprint data, updated to the 5.8 format, are still somewhere in the system. The uninstall of Protector Suite doesn't destroy them. For this reason the original 5.4 doesn't allow to do anything, because in its opinion user data are corrupt. First of all, I cannot delete/modify user data from inside the program.
    So, PLEASE, let me know where these damned fingerprint data are, so I'll be able to delete them and start Protector Suite from scratch.
    Thanks in advance.
    -P

    (Non)-problem solved!
    It was really simple (but if you're headless... you're headless! :-))
    During the uninstallation of the 5.8, I didn't take care about the question asking "Do you want to remove all the data..." or something like. And the default value is "No".
    This time I chose "Yes" and this allowed me to downgrade to the 5.4 release and to setup it from scratch.
    Unfortunately the error message given by Protector Suite when attempting to delete existing data doesn't help. It tells about an "internal error" and nothing more. So, in the case... take care about it!
    -P
    Message was edited by: phillo67

  • Using UPEK Protector Suite 2011 in Firefox 3.6.16 and Firefox 4

    Hello All,
    I was using a previous version of Firefox (Probably 3.5). My UPEK Protector Suite 2011 was working fine with it. I was using it for logging in to e-mail clients using my finger prints. But then i upgraded to Firefox 4.0 and all the add-ons (including the protector suite) were disabled. Then i uninstalled it and installed Firefox 3.6.16. Still I am not able to use the protector suite. It gives a message that its not compatible with protector suite. Is there any solution to this, or I have to downgrade to Firefox 3.5?
    Please help.
    Thanks,
    Ranveer

    Try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window if you made changes to prefs on the <b>about:config</b> page.
    * http://kb.mozillazine.org/Resetting_preferences

Maybe you are looking for