Browse Source

haveged: add maintainer.

Hannu Nyman 10 years ago
parent
commit
7913f64cec
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/haveged/Makefile

+ 2
- 2
utils/haveged/Makefile View File

4
 # This is free software, licensed under the GNU General Public License v2.
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # See /LICENSE for more information.
5
 # See /LICENSE for more information.
6
 #
6
 #
7
-# $Id: Makefile 1 2012-01-12 03:50:18Z Olipro $
8
 
7
 
9
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
10
 
9
 
11
 PKG_NAME:=haveged
10
 PKG_NAME:=haveged
12
 PKG_VERSION:=1.9.1
11
 PKG_VERSION:=1.9.1
13
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
14
 
13
 
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16
 PKG_SOURCE_URL:=http://www.issihosts.com/$(PKG_NAME)
15
 PKG_SOURCE_URL:=http://www.issihosts.com/$(PKG_NAME)
18
 
17
 
19
 #ensure this is consistent with the dir in the tarball!!!
18
 #ensure this is consistent with the dir in the tarball!!!
20
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
19
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
20
+PKG_MAINTAINER:=Hannu Nyman <hannu.nyman@iki.fi>
21
 
21
 
22
 PKG_BUILD_PARALLEL:=1
22
 PKG_BUILD_PARALLEL:=1
23
 
23