Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pcsc-tools: Add version 1.5.4
Add pcsc-tools, which  can be used to test SmartCard
connectivity provided by pcsc-lite.
  • Loading branch information
donald committed Feb 26, 2020
1 parent c041935 commit 87b951e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions pcsc-tools.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION pcsc-tools-1.5.4-0

# more info: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

SRCURL[0]="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 87b951e

Please sign in to comment.