mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
parent
2ff42fd9a2
commit
ad7c6c9bd6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensc'
|
# Template file for 'opensc'
|
||||||
pkgname=opensc
|
pkgname=opensc
|
||||||
version=0.16.0
|
version=0.16.0
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
|
@ -30,6 +30,7 @@ opensc-pkcs11_package() {
|
||||||
}
|
}
|
||||||
libopensc_package() {
|
libopensc_package() {
|
||||||
short_desc+=" - library files"
|
short_desc+=" - library files"
|
||||||
|
depends="libpcsclite" # dlopen()
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libopensc.so*"
|
vmove "usr/lib/libopensc.so*"
|
||||||
vmove "usr/lib/libsmm-local.so*"
|
vmove "usr/lib/libsmm-local.so*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue