Import rng-tools-5 as wip/rng-tools.
This project is a random collection of Linux kernel-related projects and source code.
This commit is contained in:
parent
d9ded240ce
commit
206c55b931
5 changed files with 54 additions and 0 deletions
2
rng-tools/DESCR
Normal file
2
rng-tools/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This project is a random collection of Linux kernel-related projects and source
|
||||
code.
|
28
rng-tools/Makefile
Normal file
28
rng-tools/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/02/22 15:50:27 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rng-tools-5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkernel/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://sf.net/projects/gkernel/
|
||||
COMMENT= Random collection of Linux kernel-related projects and source code
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= aclocal autoconf autoheader automake gmake
|
||||
|
||||
ONLY_FOR_PLATFORM= Linux-*-*
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
#LIBS+= -largp # XXX for when this package is cross-platform (if ever)
|
||||
#
|
||||
#pre-configure:
|
||||
# set -e; cd ${WRKSRC};
|
||||
# aclocal; autoheader; automake -a --foreign -i; autoconf
|
||||
#
|
||||
#.include "../../devel/argp/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
rng-tools/PLIST
Normal file
5
rng-tools/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/02/22 15:50:27 othyro Exp $
|
||||
bin/rngtest
|
||||
man/man1/rngtest.1
|
||||
man/man8/rngd.8
|
||||
sbin/rngd
|
5
rng-tools/distinfo
Normal file
5
rng-tools/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/02/22 15:50:27 othyro Exp $
|
||||
|
||||
SHA1 (rng-tools-5.tar.gz) = 3092768ac45315a5dcc0170d05566d1d00dbad96
|
||||
RMD160 (rng-tools-5.tar.gz) = c88c2fb784c0bd84acf1a648b6b48b52a932389d
|
||||
Size (rng-tools-5.tar.gz) = 122182 bytes
|
14
rng-tools/options.mk
Normal file
14
rng-tools/options.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: options.mk,v 1.1 2015/02/22 15:50:27 othyro Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.rng-tools
|
||||
PKG_SUPPORTED_OPTIONS= libgcrypt
|
||||
PKG_SUGGESTED_OPTIONS+= # blank
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mlibgcrypt)
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --with-libgcrypt
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libgcrypt
|
||||
.endif
|
Loading…
Reference in a new issue