commit bd11ea8ca01205a852c3e0071fa6f7397df26e9a
parent c88c3e50e12b3c6273bdf913b123fa3124c134d5
Author: Dan Callaghan <djc@djc.id.au>
Date: Sun, 26 Jun 2011 16:27:46 +1000
yubikey-personalization and libyubikey
Diffstat:
3 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -12,6 +12,7 @@ mail-client
net-libs
net-misc
sys-apps
+sys-auth
x11-libs
x11-misc
xfce-extra
diff --git a/packages/sys-auth/libyubikey/libyubikey-1.7.exheres-0 b/packages/sys-auth/libyubikey/libyubikey-1.7.exheres-0
@@ -0,0 +1,13 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require googlecode [ suffix=tar.gz project=yubico-c ]
+
+SUMMARY="Low-level library for decrypting and parsing Yubikey one-time passwords"
+
+LICENCES="BSD-2"
+SLOT="0"
+PLATFORMS="~x86 ~amd64"
+
+BUGS_TO="djc@djc.id.au"
+
diff --git a/packages/sys-auth/yubikey-personalization/yubikey-personalization-1.5.2.exheres-0 b/packages/sys-auth/yubikey-personalization/yubikey-personalization-1.5.2.exheres-0
@@ -0,0 +1,23 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+MY_PN=ykpers
+require googlecode [ project=$PN suffix=tar.gz ]
+
+SUMMARY="Library and tool for personalization of Yubico's YubiKey"
+
+LICENCES="BSD-2"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+ build+run:
+ sys-auth/libyubikey
+ dev-libs/libusb:1
+"
+
+BUGS_TO="djc@djc.id.au"
+
+WORK="$WORKBASE/$MY_PN-$PV"
+DEFAULT_SRC_CONFIGURE_PARAMS=( "--with-backend=libusb-1.0" )
+