Selaa lähdekoodia

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>
Noah Meyerhans 10 vuotta sitten
vanhempi
commit
da797a7ee1
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      net/ipsec-tools/Makefile

+ 4
- 0
net/ipsec-tools/Makefile Näytä tiedosto

@@ -1,5 +1,6 @@
1 1
 #
2 2
 # Copyright (C) 2006-2011 OpenWrt.org
3
+#               2014 Noah Meyerhans <frodo@morgul.net>
3 4
 #
4 5
 # This is free software, licensed under the GNU General Public License v2.
5 6
 # See /LICENSE for more information.
@@ -11,6 +12,8 @@ include $(INCLUDE_DIR)/kernel.mk
11 12
 PKG_NAME:=ipsec-tools
12 13
 PKG_VERSION:=0.8.2
13 14
 PKG_RELEASE:=1
15
+PKG_MAINTAINER := "Noah Meyerhans <frodo@morgul.net>"
16
+PKG_LICENSE := BSD-3-Clause
14 17
 
15 18
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
16 19
 PKG_SOURCE_URL:=@SF/ipsec-tools
@@ -30,6 +33,7 @@ define Package/ipsec-tools
30 33
   DEPENDS:=+libopenssl +kmod-ipsec
31 34
   TITLE:=IPsec management tools
32 35
   URL:=http://ipsec-tools.sourceforge.net/
36
+  MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
33 37
 endef
34 38
 
35 39
 CONFIGURE_ARGS += \