pcsc-lite:fixed e-singing
This commit is contained in:
@@ -9,9 +9,6 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#USBDROPDIR = "/usr/lib%s/pcsc/drivers" % ("32" if \
|
||||
# get.buildTYPE() == "emul32" else "")
|
||||
|
||||
USBDROPDIR = "/usr/lib/pcsc/drivers"
|
||||
|
||||
def setup():
|
||||
@@ -20,12 +17,6 @@ def setup():
|
||||
--disable-dependency-tracking \
|
||||
--disable-static" % USBDROPDIR
|
||||
|
||||
"""
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " --prefix=/emul32 \
|
||||
--libdir=/usr/lib32"
|
||||
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
||||
"""
|
||||
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure(options)
|
||||
@@ -40,13 +31,13 @@ def install():
|
||||
|
||||
pisitools.dodir(USBDROPDIR)
|
||||
|
||||
"""
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.removeDir("/emul32")
|
||||
return
|
||||
"""
|
||||
|
||||
pisitools.dodir("/etc/reader.conf.d")
|
||||
|
||||
#for fixing UYAP e-Sign problem
|
||||
pisitools.dodir("/usr/lib/x86_64-linux-gnu/")
|
||||
libs=["libpcsclite.so","libpcsclite.so.1", "libpcsclite.so.1.0.0"]
|
||||
for i in libs:
|
||||
pisitools.dosym("/usr/lib/%s" % i, "/usr/lib/x86_64-linux-gnu/%s" % i)
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "HELP", "NEWS",
|
||||
"README", "SECURITY", "doc/README.DAEMON")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>PC/SC drivers for smart card readers</Summary>
|
||||
<Description>pcsc-lite is middleware to access a smart card using SCard API (PC/SC).</Description>
|
||||
<Archive sha1sum="a5d48615cddb2b7050b4dc195e938a5d39ef62c4" type="tarbz2">https://pcsclite.apdu.fr/files/pcsc-lite-1.8.24.tar.bz2</Archive>
|
||||
<Archive sha1sum="80c1b34067ab77952357471a822cd6871ced6af3" type="tarbz2">https://pcsclite.apdu.fr/files/pcsc-lite-1.8.25.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-05-26</Date>
|
||||
<Version>1.8.25</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-05-19</Date>
|
||||
<Version>1.8.24</Version>
|
||||
|
||||
Reference in New Issue
Block a user