mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
yubikey-personalization: bump
This commit is contained in:
parent
43f91beaac
commit
5e4c9e906d
2 changed files with 32 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
DIST ykpers-1.6.2.tar.gz 399621 RMD160 44aed04d63297baff70fcd266ba5c3a34c6905f2 SHA1 f754497be597573ccc6d0e354b0f3427e486e70e SHA256 6b882a22414e19dd1dbc65f3053cdf63fd5dd2548c7311a10bab3c896cf16275
|
||||
DIST ykpers-1.6.4.tar.gz 403577 RMD160 2947551d20f06eb8859bff463c2e1b0c8012779c SHA1 491af38ed3d91548a4d470b2aa3abf88927effef SHA256 ac89dba93bf6cacda532a8826bb89b196899f30be1b925d5c00d02189a719952
|
||||
EBUILD ykpers-1.6.2.ebuild 793 RMD160 322a4bf690071eadc4fbfabaaedc0a4010e78aa4 SHA1 78eceac8ccdca2dd01644a9a395f7262ad638ba8 SHA256 25f3b741bd1919ed97febdb4eb3c8464e391fcccc1218d41be9c2e801a91d342
|
||||
EBUILD ykpers-1.6.4.ebuild 793 RMD160 322a4bf690071eadc4fbfabaaedc0a4010e78aa4 SHA1 78eceac8ccdca2dd01644a9a395f7262ad638ba8 SHA256 25f3b741bd1919ed97febdb4eb3c8464e391fcccc1218d41be9c2e801a91d342
|
||||
MISC ChangeLog 482 RMD160 2b9c414156fc73ce8be1c476a620e8b1db0b82f1 SHA1 b9cf4e47f552f78ca21b53cc6eac3328f9e99748 SHA256 a068b65bbda649ce26525c8da938c5a560c19f2a2fda543351914c50a0d0debc
|
||||
MISC metadata.xml 487 RMD160 862d14a23d65cb493c2ab7fcd7db8c189d5acb99 SHA1 61821361bdcff76ab071d4b6ffaeb8c90458c3a8 SHA256 d9e5f8dafd7261defef4e3f161fa4a5dfd1e6108d7cfcec13481228d2e7e604b
|
||||
|
|
|
|||
30
sys-auth/ykpers/ykpers-1.6.4.ebuild
Normal file
30
sys-auth/ykpers/ykpers-1.6.4.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.1 2010/10/23 16:41:42 flameeyes Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
|
||||
SRC_URI="http://yubikey-personalization.googlecode.com/files/${P}.tar.gz"
|
||||
HOMEPAGE="http://code.google.com/p/yubikey-personalizaiton/"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
LICENSE="BSD-2"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=sys-auth/libyubikey-1.6
|
||||
>=dev-libs/libusb-1.0.8"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog NEWS README doc/* || die
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
Loading…
Reference in a new issue