[Lunar-commits] <moonbase-other> ykpers: yubikey personalization utility and library
Stefan Wold
ratler at lunar-linux.org
Fri Nov 1 21:36:27 CET 2013
commit b2e166377bc70de761aab6a30546f21400e217e2
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 06 Oct 2013 01:04:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b2e166377bc70de761aab6a30546f21400e217e2
ykpers: yubikey personalization utility and library
---
utils/ykpers/BUILD | +2/-0
utils/ykpers/DEPENDS | +4/-0
utils/ykpers/DETAILS | +13/-0
3 files changed, 19 insertions(+)
--- /dev/null
+++ b/utils/ykpers/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --with-udevrulesdir=$(pkg-config udev --variable=udevdir)/rules.d"
+default_build
--- /dev/null
+++ b/utils/ykpers/DEPENDS
@@ -0,0 +1,4 @@
+depends libyubikey
+depends libusb
+depends pkgconfig
+optional_depends json-c "--with-json" "--without-json" "for JSON YCFG support"
--- /dev/null
+++ b/utils/ykpers/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=ykpers
+ VERSION=1.14.1
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://opensource.yubico.com/yubikey-personalization/releases/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:5ecc0d6bf9c58bdf825c2d8d158361fc61852ff8
+ WEB_SITE="http://yubico.com/"
+ ENTERED=20131006
+ UPDATED=20131006
+ SHORT="Library and tool for personalization of Yubico's YubiKey"
+cat <<EOF
+Library and tool for personalization of Yubico's YubiKey.
+EOF
More information about the Lunar-commits
mailing list