commit a28f5268e7d4c311a66bf5e4199517db69fe90fa parent 494dc7d1e2ccb43bc7cd4c3a883efbeb6c40f8c0 Author: Lars Gierth <larsg@systemli.org> Date: Wed, 13 May 2015 02:29:05 +0200 dkjson: switch to LuaDist git repo Signed-off-by: Lars Gierth <larsg@systemli.org> Diffstat:
| M | lang/dkjson/Makefile | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/lang/dkjson/Makefile b/lang/dkjson/Makefile @@ -11,10 +11,13 @@ PKG_NAME:=dkjson PKG_VERSION:=2.5 PKG_RELEASE:=2 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://dkolf.de/src/dkjson-lua.fsl/tarball/ -PKG_MD5SUM:=af6b5f3df681e208f1dfb1a724a87e7c +PKG_SOURCE_URL:=https://github.com/LuaDist/dkjson.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_VERSION:=e72ba0c9f5d8b8746fc306f6189a819dbb5cd0be PKG_LICENSE:=MIT +PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION) include $(INCLUDE_DIR)/package.mk