Browse Source

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>
lilik-openwrt-22.03
Noah Meyerhans 10 years ago
parent
commit
da797a7ee1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      net/ipsec-tools/Makefile

+ 4
- 0
net/ipsec-tools/Makefile View File

@ -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…
Cancel
Save