milis/talimatname/genel/y/yubico-c-client/talimat

19 lines
373 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Yubico icin C dili kutuphaneleri
2016-02-24 01:27:23 +01:00
# URL: http://www.yubico.com/
2017-10-27 20:46:27 +02:00
# Paketçi: - https://github.com/Yubico/yubico-c-client.git
# Gerekler: libyubikey curl
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=yubico-c-client
surum=2.9
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://yubico-c-client.googlecode.com/files/ykclient-$surum.tar.gz)
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
2017-10-28 14:10:23 +02:00
cd ykclient-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR="${PKG}/" install
}