diff options
Diffstat (limited to 'utils')
-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 |