# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/libyubikey/libyubikey-1.12.ebuild,v 1.1 2014/08/19 02:32:27 zerochaos Exp $ EAPI=5 inherit eutils autotools-utils DESCRIPTION="Yubico C low-level library" HOMEPAGE="https://github.com/Yubico/yubico-c" #http://opensource.yubico.com/yubico-c/releases.html SRC_URI="http://opensource.yubico.com/yubico-c/releases/${P}.tar.gz" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="BSD-2" IUSE="static-libs" DOCS=( AUTHORS ChangeLog NEWS README THANKS )