diff options
author | Phil Eichinger <phil.eichinger@gmail.com> | 2013-10-14 16:05:41 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-15 15:13:28 +0200 |
commit | f87f067c027261eb8c0ac8ad120fe845570aaae3 (patch) | |
tree | 17f75523b984049bac79adeafa78f82737920a0a /package/ngrep | |
parent | 03a5ac9b1c1f3220b759935706227598ac167f3a (diff) |
ngrep: add license information
[Peter: use BSD-4c-like for license]
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ngrep')
-rw-r--r-- | package/ngrep/ngrep.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk index 99b8f469d..6a9b42f3d 100644 --- a/package/ngrep/ngrep.mk +++ b/package/ngrep/ngrep.mk @@ -7,6 +7,8 @@ NGREP_VERSION = 1.45 NGREP_SOURCE = ngrep-$(NGREP_VERSION).tar.bz2 NGREP_SITE = http://downloads.sourceforge.net/project/ngrep/ngrep/$(NGREP_VERSION) +NGREP_LICENSE = BSD-4c-like +NGREP_LICENSE_FILES = LICENSE.txt NGREP_INSTALL_STAGING = YES NGREP_CONF_ENV = LDFLAGS="-lpcre" NGREP_CONF_OPT = \ |