18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
|
# 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
|
||
|
}
|