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

27 lines
503 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: OpenSC compiled with OpenCT instead of PCSC, working with e.g. SafeNet/Aladdin eToken Pro 64k
2017-06-28 11:19:04 +02:00
# URL: https://github.com/OpenSC/OpenSC/wiki
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: openct
2017-06-28 11:19:04 +02:00
2017-10-28 14:10:23 +02:00
isim=opensc-openct
_isim=OpenSC
surum=0.16.0
devir=1
kaynak=(https://github.com/OpenSC/OpenSC/archive/$surum.tar.gz)
2017-06-28 11:19:04 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
_prefix=/opt/$isim
2017-06-28 11:19:04 +02:00
2017-10-28 14:10:23 +02:00
cd $_name-$surum
2017-06-28 11:19:04 +02:00
./bootstrap
./configure \
--prefix=$_prefix \
--disable-pcsc \
--enable-openct
make
mkdir -p ./$_prefix
make DESTDIR="$PKG" install
}