import libyubikey 1.8

This package contains the low-level C software development kit for the
Yubico authentication device, the YubiKey.

ok aja@
This commit is contained in:
jasper 2012-04-06 14:09:13 +00:00
parent 37bb2d3b74
commit 4dffa0dbeb
4 changed files with 48 additions and 0 deletions

37
devel/libyubikey/Makefile Normal file
View File

@ -0,0 +1,37 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/06 14:09:13 jasper Exp $
COMMENT= Yubikey OTP library
DISTNAME= libyubikey-1.8
CATEGORIES= devel security
HOMEPAGE= https://github.com/Yubico/yubico-c
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://distfiles.nl/
WANTLIB += c
BUILD_DEPENDS= archivers/gtar
USE_GMAKE= Yes
MAKE_FILE= simple.mk
MAKE_FLAGS += CFLAGS="${CFLAGS} -I."
REGRESS_TARGET= check
TAR= ${LOCALBASE}/bin/gtar
WRKDIST= ${WRKDIR}/Yubico-yubico-c-0072a42
do-install:
.for p in modhex ykgenerate ykparse
${INSTALL_PROGRAM} ${WRKBUILD}/$p ${PREFIX}/bin/
.endfor
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (libyubikey-1.8.tar.gz) = /Sw5x++3Yl5XFC3s9TEK9A==
RMD160 (libyubikey-1.8.tar.gz) = Km0M/6Ece0H2gwt3DlYfkNTxx7s=
SHA1 (libyubikey-1.8.tar.gz) = dP8SF8sC3B+NsK5s5PoNuQaFel0=
SHA256 (libyubikey-1.8.tar.gz) = rCS0yJIrcNmchqdjj7eAvW2jlPiX37bisdMv6bG+MHE=
SIZE (libyubikey-1.8.tar.gz) = 15475

View File

@ -0,0 +1,2 @@
This package contains the low-level C software development kit for the
Yubico authentication device, the YubiKey.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/06 14:09:13 jasper Exp $
@bin bin/modhex
@bin bin/ykgenerate
@bin bin/ykparse