18 lines
452 B
Plaintext
18 lines
452 B
Plaintext
# Tanım: 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
|
||
# Paketçi: milisarge
|
||
# Gerekler: 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
|
||
}
|