summaryrefslogtreecommitdiff
path: root/package/rng-tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:02:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:02:27 +0100
commite417a01d00a49441432c03a0693b279f2f5db73c (patch)
tree0fa82e932bfdc7b919399793427e805a6ac58913 /package/rng-tools
parent7a9b6f15bf7d8cac6aa467f8a3ff3f6fa4220308 (diff)
remove comments and finetune packages.
pdnsd, rngd and proftpd need a init script... do not install anything to /var, because this is on /tmp aka tmpfs. Use init scripts to create missing directories or files.
Diffstat (limited to 'package/rng-tools')
-rw-r--r--package/rng-tools/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/package/rng-tools/Makefile b/package/rng-tools/Makefile
index 40ca2f603..522668e6d 100644
--- a/package/rng-tools/Makefile
+++ b/package/rng-tools/Makefile
@@ -9,29 +9,21 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 63d503191eabed630324c104cc024475
PKG_DESCR:= Daemon to use hardware random number generators.
PKG_SECTION:= utils
-PKG_DEPENDS:=
PKG_URL:= http://gkernel.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=gkernel/}
-# if downloaded package is not ending with .tar.gz use following
-#DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+CFLINE_RNG_TOOLS:= depends on ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_EGLIBC
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,RNG_TOOLS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
-# use following to add ./configure options
-#CONFIGURE_ARGS+= --disable-foo
-# overwrite any configure variables
-#CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
BUILD_STYLE:= auto
INSTALL_STYLE:= auto
-# please install all files and directories to the package dir
post-install:
- $(INSTALL_DIR) $(IDIR_RNG_TOOLS)/usr/{s,}bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/rngtest $(IDIR_RNG_TOOLS)/usr/bin
+ $(INSTALL_DIR) $(IDIR_RNG_TOOLS)/usr/sbin
$(INSTALL_BIN) $(WRKINST)/usr/sbin/rngd $(IDIR_RNG_TOOLS)/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk