diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2014-07-23 22:10:52 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2014-07-23 23:07:19 +0300 |
commit | 0b85e7e0bf9c65efda00e90584a5f675b0e29572 (patch) | |
tree | 3a1bba62dc93d32b3c15308c47a55fdac1f07b0c /utils/rng-tools/Makefile | |
parent | c710bc989b81af9dab893713423b3b55926827a1 (diff) |
rng-tools: upgrade to version 5
Edit init script to match current options.
Update copyright year.
Simplify download location.
Add myself as maintainer.
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'utils/rng-tools/Makefile')
-rw-r--r-- | utils/rng-tools/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/utils/rng-tools/Makefile b/utils/rng-tools/Makefile index 474589c7d..2652434d2 100644 --- a/utils/rng-tools/Makefile +++ b/utils/rng-tools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,21 +8,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rng-tools -PKG_VERSION:=3 -PKG_RELEASE:=2 +PKG_VERSION:=5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.sourceforge.net/project/gkernel/rng-tools/3/ -PKG_MD5SUM:=fa305916ec101c85c0065aeceb81a38d +PKG_SOURCE_URL:=@SF/gkernel/rng-tools/$(PKG_VERSION)/ +PKG_MD5SUM:=6726cdc6fae1f5122463f24ae980dd68 +PKG_MAINTAINER:=Hannu Nyman <hannu.nyman@iki.fi> PKG_FIXUP:=autoreconf +PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone + include $(INCLUDE_DIR)/package.mk define Package/rng-tools SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+USE_UCLIBC:argp-standalone TITLE:=Daemon for adding entropy to kernel entropy pool URL:=http://sourceforge.net/projects/gkernel/ endef |