# Description: A generic USB Chip/Smart Card Interface Devices driver # URL: https://pcsclite.alioth.debian.org/ccid.html # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: name=ccid version=1.4.27 release=1 source=(https://alioth.debian.org/frs/download.php/file/4218/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --enable-twinserial \ --enable-serialconfdir=/etc/reader.conf.d make make DESTDIR=$PKG install }