milis/talimatname/genel/p/pcsc-lite/talimat

24 lines
625 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: SCard API (PC/SC) kullanan smartkartlara erişim kütüphanesi
# URL: https://pcsclite.alioth.debian.org/pcsclite.html
# Paketçi: milisarge
# Gerekler: python
name=pcsc-lite
version=1.8.21
release=1
source=(https://alioth.debian.org/frs/download.php/file/4216/$name-$version.tar.bz2)
derle() {
cd $name-$version
sed -i -e "s:python:python2:g" src/spy/pcsc-spy
./configure --prefix=/usr \
--sbindir=/usr/bin \
--enable-libudev \
--sysconfdir=/etc \
--enable-ipcdir=/run/pcscd \
--enable-usbdropdir=/usr/lib/pcsc/drivers
make
make DESTDIR=$PKG install
install -d ${PKG}/usr/lib/pcsc/drivers
}