milis/talimatname/genel/l/libcacard/talimat

19 lines
452 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: Bu kütüphane, akıllı kartların bir misafir sanal makinede çalışan sanal kart okuyucusuna emülasyonunu sağlar.
# URL: https://github.com/elmarco/libcacard
# Paketçi: milisarge
# Gerekler: nss glib
# Grup: kütüphane
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
}