yubico pum and libs

This commit is contained in:
Micha Glave
2010-03-10 13:02:01 +01:00
parent d8c2468400
commit 066c673f42
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST ykclient-2.3.tar.gz 308790 RMD160 9e1d5702982adbbf574977fad10412a11f83b693 SHA1 214816c242a9cf4ab2aae12ded843ebc3aa7d9e3 SHA256 aa652ed6e7baaeb292e8f55247a5772dddf85d7155805069d72b2a0af8b8c5ec
EBUILD ykclient-2.3.ebuild 642 RMD160 5f4fa5938941cbe79a25be6997bcbdfc80f4ebb0 SHA1 bda959f6e5d7bb917afe059e7a83d7c5b8c8cfe0 SHA256 1aafcb1d986e408370ec13aba11aeb14cbc37c42935cd432cc7f9fca5ba99a41

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="This project implements online validation of Yubikey OTPs, written
in C as a shared library."
HOMEPAGE="http://code.google.com/p/yubico-c-client/"
SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="net-misc/curl"
RDEPEND="${DEPEND}"
RESTRICT="mirror"
src_unpack() {
unpack ${A}
cd "${S}"
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
dodoc AUTHORS ChangeLog NEWS README || die
}