diff options
Diffstat (limited to 'manualPorts/ccid')
-rw-r--r-- | manualPorts/ccid/.footprint | 14 | ||||
-rw-r--r-- | manualPorts/ccid/.md5sum | 1 | ||||
-rw-r--r-- | manualPorts/ccid/.signature | 5 | ||||
-rw-r--r-- | manualPorts/ccid/Pkgfile | 20 |
4 files changed, 40 insertions, 0 deletions
diff --git a/manualPorts/ccid/.footprint b/manualPorts/ccid/.footprint new file mode 100644 index 0000000..076f72e --- /dev/null +++ b/manualPorts/ccid/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/reader.conf.d/ +-rw-r--r-- root/root etc/reader.conf.d/libccidtwin +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pcsc/ +drwxr-xr-x root/root usr/lib/pcsc/drivers/ +drwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/ +drwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/ +-rw-r--r-- root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist +drwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/ +-rwxr-xr-x root/root usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so +drwxr-xr-x root/root usr/lib/pcsc/drivers/serial/ +-rwxr-xr-x root/root usr/lib/pcsc/drivers/serial/libccidtwin.so diff --git a/manualPorts/ccid/.md5sum b/manualPorts/ccid/.md5sum new file mode 100644 index 0000000..73ea805 --- /dev/null +++ b/manualPorts/ccid/.md5sum @@ -0,0 +1 @@ +09f5a468902fcb6ea3bfb066fd097d84 ccid-1.4.27.tar.bz2 diff --git a/manualPorts/ccid/.signature b/manualPorts/ccid/.signature new file mode 100644 index 0000000..ffc3df0 --- /dev/null +++ b/manualPorts/ccid/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/deepthought.pub +RWQxCptPusLGGgODJVf/24OTTg31l7qfMlP6Mfq+It/qSwnvqHcCwoadXU4GnyoO61SGEkuv/7iXGB4uSBYb98a0bDAOy2Dy3gc= +SHA256 (Pkgfile) = 514191b5966f1911be6a48e88675604040617f837c064f667d9bca41c6ae9595 +SHA256 (.footprint) = bea2df27b7f8a0c2ffe63ff77d32089ae9b3a3423d0d1117f7126ef42cef8d1f +SHA256 (ccid-1.4.27.tar.bz2) = a660e269606986cb94840ad5ba802ffb0cd23dd12b98f69a35035e0deb9dd137 diff --git a/manualPorts/ccid/Pkgfile b/manualPorts/ccid/Pkgfile new file mode 100644 index 0000000..491882f --- /dev/null +++ b/manualPorts/ccid/Pkgfile @@ -0,0 +1,20 @@ +# 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 +} |