summaryrefslogtreecommitdiff
path: root/portsToCome/ccid
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /portsToCome/ccid
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'portsToCome/ccid')
-rw-r--r--portsToCome/ccid/.footprint14
-rw-r--r--portsToCome/ccid/.md5sum1
-rw-r--r--portsToCome/ccid/.signature5
-rw-r--r--portsToCome/ccid/Pkgfile20
4 files changed, 40 insertions, 0 deletions
diff --git a/portsToCome/ccid/.footprint b/portsToCome/ccid/.footprint
new file mode 100644
index 0000000..076f72e
--- /dev/null
+++ b/portsToCome/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/portsToCome/ccid/.md5sum b/portsToCome/ccid/.md5sum
new file mode 100644
index 0000000..73ea805
--- /dev/null
+++ b/portsToCome/ccid/.md5sum
@@ -0,0 +1 @@
+09f5a468902fcb6ea3bfb066fd097d84 ccid-1.4.27.tar.bz2
diff --git a/portsToCome/ccid/.signature b/portsToCome/ccid/.signature
new file mode 100644
index 0000000..ffc3df0
--- /dev/null
+++ b/portsToCome/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/portsToCome/ccid/Pkgfile b/portsToCome/ccid/Pkgfile
new file mode 100644
index 0000000..491882f
--- /dev/null
+++ b/portsToCome/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
+}