net/ipsec-tools: Update some makefile definitions per
https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md to list me as maintainer. Signed-off-by: Noah Meyerhans <noahm@debian.org>
This commit is contained in:
parent
cc919289a3
commit
da797a7ee1
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#
|
||||
# Copyright (C) 2006-2011 OpenWrt.org
|
||||
# 2014 Noah Meyerhans <frodo@morgul.net>
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -11,6 +12,8 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
PKG_NAME:=ipsec-tools
|
||||
PKG_VERSION:=0.8.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER := "Noah Meyerhans <frodo@morgul.net>"
|
||||
PKG_LICENSE := BSD-3-Clause
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/ipsec-tools
|
||||
|
@ -30,6 +33,7 @@ define Package/ipsec-tools
|
|||
DEPENDS:=+libopenssl +kmod-ipsec
|
||||
TITLE:=IPsec management tools
|
||||
URL:=http://ipsec-tools.sourceforge.net/
|
||||
MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
|
Loading…
Reference in a new issue