milis/talimatname/genel/o/opensc-openct/talimat

28 lines
503 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: OpenSC, PCSC yerine OpenCT ile derlendi, ör. SafeNet / Aladdin eToken Pro 64k
# URL: https://github.com/OpenSC/OpenSC/wiki
# Paketçi: milisarge
# Gerekler: openct
# Grup: sistem
isim=opensc-openct
_isim=OpenSC
surum=0.16.0
devir=1
kaynak=(https://github.com/OpenSC/OpenSC/archive/$surum.tar.gz)
derle() {
_prefix=/opt/$isim
cd $_name-$surum
./bootstrap
./configure \
--prefix=$_prefix \
--disable-pcsc \
--enable-openct
make
mkdir -p ./$_prefix
make DESTDIR="$PKG" install
}