diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2016-07-10 21:08:13 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2016-07-11 00:35:12 +0200 |
commit | 7ca38cd625f3ae88cdbf440fd177d5f6dab0bc3c (patch) | |
tree | 9a70398778ba442c8952ece7dcbaa8b3830dde11 /utils/relayctl | |
parent | f1e1bdb7397e4187f3aed3c69d7db3c0cae0158c (diff) |
relayctl: update license information, use @SF
The license BSD-3-Clause.
Indicate license file.
Use @SF for PKG_SOURCE_URL instead of sourceforge.net URL.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'utils/relayctl')
-rw-r--r-- | utils/relayctl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/relayctl/Makefile b/utils/relayctl/Makefile index 3680e5093..78945b83e 100644 --- a/utils/relayctl/Makefile +++ b/utils/relayctl/Makefile @@ -11,10 +11,11 @@ PKG_VERSION:=0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://download.sourceforge.net/project/relayctl/relayctl-$(PKG_VERSION) +PKG_SOURCE_URL:=@SF/relayctl/relayctl-$(PKG_VERSION) PKG_MAINTAINER:=Heinrich Schuchardt <xypron.glpk@gmx.de> PKG_MD5SUM:=24c848e0d705421dcd6accfffa31f704 -PKG_LICENSE:=BSD +PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 |