opensc: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:29 +01:00
parent a23abdb6f2
commit aebdb173ef
2 changed files with 3 additions and 3 deletions

View file

@ -1742,7 +1742,7 @@ libLinearMath.so.2.89 bullet-2.89_1
libBulletSoftBody.so.2.89 bullet-2.89_1
libinotifytools.so.0 libinotify-tools-3.14_2
libfswatch.so.11 libfswatch-1.13.0_1
libopensc.so.7 libopensc-0.21.0_1
libopensc.so.7 libopensc-0.21.0_2
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
librtlsdr.so.0 librtlsdr-0.5.3_1
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1

View file

@ -1,13 +1,13 @@
# Template file for 'opensc'
pkgname=opensc
version=0.21.0
revision=1
revision=2
wrksrc="OpenSC-${version}"
build_style=gnu-configure
configure_args="--enable-man --enable-sm --enable-static=no --enable-doc
--with-xsl-stylesheetsdir=/usr/share/xsl/docbook"
hostmakedepends="automake docbook-xsl libtool libxslt pkg-config"
makedepends="libressl-devel pcsclite-devel readline-devel zlib-devel"
makedepends="openssl-devel pcsclite-devel readline-devel zlib-devel"
short_desc="Tools and libraries for smart cards"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"