mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
ccid update
This commit is contained in:
parent
62a8691b30
commit
90b3f66383
@ -6,8 +6,7 @@
|
||||
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
|
||||
|
||||
pkgname=ccid
|
||||
pkgver=1.4.5
|
||||
_pkgver=1.4.4
|
||||
pkgver=1.4.8
|
||||
pkgrel=1
|
||||
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -15,11 +14,11 @@ url="http://pcsclite.alioth.debian.org/ccid.html"
|
||||
license=('LGPL' 'GPL')
|
||||
depends=('pcsclite')
|
||||
backup=(etc/reader.conf.d/libccidtwin)
|
||||
source=("https://alioth.debian.org/frs/download.php/3579/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('79ef91103bcdd99a3b31cb5c5721a829')
|
||||
source=("https://alioth.debian.org/frs/download.php/3768/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('b6c37110f50b059a8ba94f118cfd679a')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$_pkgver
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure \
|
||||
--enable-twinserial \
|
||||
--prefix=/usr \
|
||||
@ -28,7 +27,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$_pkgver
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
install -D -m644 src/92_pcscd_ccid.rules $pkgdir/lib/udev/rules.d/85-pcscd-ccid.rules
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user