27 lines
849 B
Bash
27 lines
849 B
Bash
# Template file for 'python3-pyscard'
|
|
pkgname=python3-pyscard
|
|
_pkgname=pyscard
|
|
version=1.9.9
|
|
revision=3
|
|
wrksrc="${_pkgname}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools swig"
|
|
makedepends="python3-devel pcsclite-devel"
|
|
depends="python3 pcsclite"
|
|
short_desc="Python library for smartcard"
|
|
maintainer="Đoàn Trần Công 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=e6bde541990183858740793806b1c7f4e798670519ae4c96145f35d5d7944c20
|
|
# provides="python3-scard-${version}_$revision"
|
|
# replaces="python3-scard>=0"
|
|
|
|
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/PCSC"
|
|
|
|
python3-scard_package() {
|
|
depends="python3-pyscard"
|
|
short_desc+=" - transitional dummy package"
|
|
build_style=meta
|
|
}
|