Package Details: virtualsmartcard 0.9-1

Git Clone URL: https://aur.archlinux.org/virtualsmartcard.git (read-only, click to copy)
Package Base: virtualsmartcard
Description: Virtual Smart Card emulates a smart card and makes it accessible through PC/SC
Upstream URL: https://github.com/frankmorgner/vsmartcard
Keywords: pcsc smartcard
Licenses: GPLv3
Submitter: nagy
Maintainer: kekonn
Last Packager: kekonn
Votes: 3
Popularity: 0.000003
First Submitted: 2013-08-23 20:30 (UTC)
Last Updated: 2024-01-27 10:15 (UTC)

Latest Comments

abouvier commented on 2023-03-04 21:11 (UTC)

What is the difference with https://aur.archlinux.org/packages/vsmartcard?

citrux commented on 2023-01-11 17:28 (UTC) (edited on 2023-01-12 09:03 (UTC) by citrux)

# Maintainer: Fox Wilson <fwilson at lessbroken.org>

pkgname=virtualsmartcard
pkgver=0.8
pkgrel=2
pkgdesc="Virtual Smart Card emulates a smart card and makes it accessible through PC/SC"
url="https://github.com/frankmorgner/vsmartcard"
arch=( "i686" "x86_64" )
license=( "GPLv3" )
depends=( "pcsclite" "python2" )
makedepends=( "help2man" )
source=( "https://github.com/frankmorgner/vsmartcard/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz" )
sha1sums=('17f21cc4089c589312d38f0f6c5cd8f9bb2cbc02')

build() {
  cd "$srcdir"/$pkgname-$pkgver
  PYTHON="/usr/bin/python2" ./configure --prefix=/usr --enable-serialdropdir=/usr/lib/pcsc/drivers/serial --enable-serialconfdir=/etc/reader.conf.d
  make
}

package() {
  cd "$srcdir"/$pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}

Please update PKGBUILD, this one fixes issue with incorrect python module installation path

logisciel commented on 2021-02-12 18:56 (UTC)

$ vicc Traceback (most recent call last): File "/usr/bin/vicc", line 104, in <module> from virtualsmartcard.VirtualSmartcard import VirtualICC ImportError: No module named virtualsmartcard.VirtualSmartcard

===

virtualsmartcard 0.7-2

Distributor ID: ManjaroLinux Description: Manjaro Linux Release: 20.2.1 Codename: Nibia

Linux 5.10.15-1-MANJARO #1 SMP PREEMPT Wed Feb 10 10:42:47 UTC 2021 x86_64 GNU/Linux

Python 3.9.1

bparmentier commented on 2016-04-13 17:07 (UTC)

Config and driver files are installed under /usr, is this wanted? (I can't get the package to work correctly) virtualsmartcard has been configured with following options: Version: 0.7 User binaries: NONE/bin PC/SC configuration: /usr/etc/reader.conf.d Driver directory: /usr/usr/lib/pcsc/drivers/serial Python site-packages: /usr/lib/python3.5/site-packages