mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
opensc: rebuild against OpenSSL
This commit is contained in:
parent
a23abdb6f2
commit
aebdb173ef
2 changed files with 3 additions and 3 deletions
|
@ -1742,7 +1742,7 @@ libLinearMath.so.2.89 bullet-2.89_1
|
||||||
libBulletSoftBody.so.2.89 bullet-2.89_1
|
libBulletSoftBody.so.2.89 bullet-2.89_1
|
||||||
libinotifytools.so.0 libinotify-tools-3.14_2
|
libinotifytools.so.0 libinotify-tools-3.14_2
|
||||||
libfswatch.so.11 libfswatch-1.13.0_1
|
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
|
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
|
||||||
librtlsdr.so.0 librtlsdr-0.5.3_1
|
librtlsdr.so.0 librtlsdr-0.5.3_1
|
||||||
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1
|
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'opensc'
|
# Template file for 'opensc'
|
||||||
pkgname=opensc
|
pkgname=opensc
|
||||||
version=0.21.0
|
version=0.21.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="OpenSC-${version}"
|
wrksrc="OpenSC-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-man --enable-sm --enable-static=no --enable-doc
|
configure_args="--enable-man --enable-sm --enable-static=no --enable-doc
|
||||||
--with-xsl-stylesheetsdir=/usr/share/xsl/docbook"
|
--with-xsl-stylesheetsdir=/usr/share/xsl/docbook"
|
||||||
hostmakedepends="automake docbook-xsl libtool libxslt pkg-config"
|
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"
|
short_desc="Tools and libraries for smart cards"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue