jansson: Move to core system and update to 2.12

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl
2019-05-26 19:51:39 +02:00
committed by Michael Tremer
parent f6e18df542
commit 616395f37c
3 changed files with 4 additions and 8 deletions

View File

@@ -24,17 +24,13 @@
include Config
VER = 2.10
VER = 2.12
THISAPP = jansson-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = jansson
PAK_VER = 1
DEPS = ""
###############################################################################
# Top-level Rules
@@ -44,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 16a2c4e84c0a80ca61bd6e619a0f9358
$(DL_FILE)_MD5 = 0ed1f3a924604aae68067c214b0010ef
install : $(TARGET)