Import iniziale funzionante.
This commit is contained in:
commit
80febee2e2
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
|
||||||
|
pkgname=bit4id-opki
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Bit4ID Universal Middleware (Oberthur Smart Card driver)"
|
||||||
|
arch=('x86_64')
|
||||||
|
license=('unknown')
|
||||||
|
url="http://www.bit4id.com/"
|
||||||
|
install=$pkgname.install
|
||||||
|
options=('!strip')
|
||||||
|
|
||||||
|
ARCH='amd64'
|
||||||
|
md5sums=('ff9dc26f53f60dd324c842754cd31b3e')
|
||||||
|
|
||||||
|
source=('https://www.globogis.it/sites/default/files/SoftwareCNS/libbit4opki-amd64.deb')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
ar -xv libbit4opki-amd64.deb || return 1
|
||||||
|
tar -xvf data.tar.[xg]z -C $pkgdir || return 1
|
||||||
|
}
|
3
bit4id-opki.install
Normal file
3
bit4id-opki.install
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
post_install() {
|
||||||
|
echo "You need to add the installed module (/usr/lib/libbit4opki.so) to each program that needs to access the smart card."
|
||||||
|
}
|
Reference in New Issue
Block a user