milis/talimatname/genel/l/libcacard/talimat

18 lines
444 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
isim=libcacard
surum=2.5.3
devir=1
kaynak=(http://www.spice-space.org/download/libcacard/libcacard-$surum.tar.xz)
derle() {
cd libcacard-$surum
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}