libcacard.paketlendi
This commit is contained in:
parent
2e5df58bf9
commit
44e7c1635c
|
@ -0,0 +1,17 @@
|
||||||
|
# Description: Common Access Card) library thar provides emulation of smart cards to a virtual card reader running in a guest virtual machine
|
||||||
|
# URL: http://www.spice-space.org/page/Libcacard
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: nss glib
|
||||||
|
|
||||||
|
name=libcacard
|
||||||
|
version=2.5.3
|
||||||
|
release=1
|
||||||
|
|
||||||
|
source=(http://www.spice-space.org/download/libcacard/libcacard-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd libcacard-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR="$PKG" install
|
||||||
|
}
|
Loading…
Reference in New Issue