New package: python3-scard-1.9.8
This commit is contained in:
parent
a0de62c4d2
commit
4da918cafc
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-scard/template
Normal file
19
srcpkgs/python3-scard/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-scard'
|
||||
pkgname=python3-scard
|
||||
_pkgname=pyscard
|
||||
version=1.9.8
|
||||
revision=1
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module=smartcard
|
||||
hostmakedepends="python3-setuptools swig"
|
||||
makedepends="python3-devel pcsclite-devel"
|
||||
depends="python3 pcsclite"
|
||||
short_desc="Python library for smartcard"
|
||||
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://pyscard.sourceforge.io/index.html"
|
||||
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||
checksum=f59dc7ee467b210094e64c923e1c7f5e8e9501a672fc0c8f2cd958153e00d095
|
||||
|
||||
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/PCSC"
|
Loading…
Reference in a new issue