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>
|
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
|
||||||
|
|
||||||
pkgname=ccid
|
pkgname=ccid
|
||||||
pkgver=1.4.5
|
pkgver=1.4.8
|
||||||
_pkgver=1.4.4
|
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
|
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -15,11 +14,11 @@ url="http://pcsclite.alioth.debian.org/ccid.html"
|
|||||||
license=('LGPL' 'GPL')
|
license=('LGPL' 'GPL')
|
||||||
depends=('pcsclite')
|
depends=('pcsclite')
|
||||||
backup=(etc/reader.conf.d/libccidtwin)
|
backup=(etc/reader.conf.d/libccidtwin)
|
||||||
source=("https://alioth.debian.org/frs/download.php/3579/$pkgname-$pkgver.tar.bz2")
|
source=("https://alioth.debian.org/frs/download.php/3768/$pkgname-$pkgver.tar.bz2")
|
||||||
md5sums=('79ef91103bcdd99a3b31cb5c5721a829')
|
md5sums=('b6c37110f50b059a8ba94f118cfd679a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$_pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
./configure \
|
./configure \
|
||||||
--enable-twinserial \
|
--enable-twinserial \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -28,7 +27,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $srcdir/$pkgname-$_pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
make DESTDIR=$pkgdir install
|
make DESTDIR=$pkgdir install
|
||||||
install -D -m644 src/92_pcscd_ccid.rules $pkgdir/lib/udev/rules.d/85-pcscd-ccid.rules
|
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