summaryrefslogtreecommitdiff
path: root/manualPorts/ccid/Pkgfile
blob: 33c253d0b680ace7cc7c3cbd9e5af65aa184c736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: A generic USB Chip/Smart Card Interface Devices driver
# URL: https://ccid.apdu.fr/
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on:

name=ccid
version=1.4.35
release=1
source=(https://ccid.apdu.fr/files/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure \
		--prefix=/usr \
		--sysconfdir=/etc \
		--enable-serialconfdir=/etc/reader.conf.d
	make
	make DESTDIR=$PKG install
}