mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 08:27:15 +08:00
Updated ccid
This commit is contained in:
parent
78552df707
commit
cf48c93916
@ -6,7 +6,8 @@
|
|||||||
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
|
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
|
||||||
|
|
||||||
pkgname=ccid
|
pkgname=ccid
|
||||||
pkgver=1.4.4
|
pkgver=1.4.5
|
||||||
|
_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')
|
||||||
@ -18,7 +19,7 @@ source=("https://alioth.debian.org/frs/download.php/3579/$pkgname-$pkgver.tar.bz
|
|||||||
md5sums=('79ef91103bcdd99a3b31cb5c5721a829')
|
md5sums=('79ef91103bcdd99a3b31cb5c5721a829')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$_pkgver
|
||||||
./configure \
|
./configure \
|
||||||
--enable-twinserial \
|
--enable-twinserial \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -27,7 +28,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