19 lines
381 B
Plaintext
19 lines
381 B
Plaintext
# Tanım: Yubico icin C dili kutuphaneleri
|
||
# URL: http://www.yubico.com/
|
||
# Paketçi: - https://github.com/Yubico/yubico-c-client.git
|
||
# Gerekler: libyubikey curl
|
||
|
||
name=yubico-c-client
|
||
version=2.9
|
||
release=1
|
||
|
||
source=(http://yubico-c-client.googlecode.com/files/ykclient-$version.tar.gz)
|
||
derle()
|
||
{
|
||
cd ykclient-$version
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR="${PKG}/" install
|
||
}
|
||
|