summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorFlorian Franzmann2021-09-25 23:59:10 +0200
committerFlorian Franzmann2021-09-26 00:56:16 +0200
commitd187372e83415689d85bd4f0b5b223bb8ef1dcbd (patch)
tree104b6b621a5a4e39ba061047a6b3b37f65154374 /libs
parentfde0961f03540e3fbd05040f4d468f7d48c5db74 (diff)
libs/jansson: version 2.14
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/jansson/BUILD1
-rwxr-xr-xlibs/jansson/CONFIGURE1
-rwxr-xr-xlibs/jansson/DEPENDS4
-rwxr-xr-xlibs/jansson/DETAILS7
-rw-r--r--libs/jansson/HISTORY4
5 files changed, 14 insertions, 3 deletions
diff --git a/libs/jansson/BUILD b/libs/jansson/BUILD
new file mode 100755
index 0000000000..20a96a75f3
--- /dev/null
+++ b/libs/jansson/BUILD
@@ -0,0 +1 @@
+default_build
diff --git a/libs/jansson/CONFIGURE b/libs/jansson/CONFIGURE
new file mode 100755
index 0000000000..09735be1e5
--- /dev/null
+++ b/libs/jansson/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE/CMAKE_CONFIGURE"
diff --git a/libs/jansson/DEPENDS b/libs/jansson/DEPENDS
new file mode 100755
index 0000000000..47f9c831e0
--- /dev/null
+++ b/libs/jansson/DEPENDS
@@ -0,0 +1,4 @@
+. "$GRIMOIRE/CMAKE_DEPENDS"
+depends gcc &&
+depends autoconf &&
+depends automake
diff --git a/libs/jansson/DETAILS b/libs/jansson/DETAILS
index f5919a8922..bba3bb3154 100755
--- a/libs/jansson/DETAILS
+++ b/libs/jansson/DETAILS
@@ -1,8 +1,9 @@
+. "$GRIMOIRE/CMAKE_FUNCTIONS"
SPELL=jansson
- VERSION=2.13.1
- SOURCE_HASH=sha512:057f0eda43e4162569888d739f4d78d1d02fce8359400d8f66fdc6e440b0405cb457e1126820dc8ce51e9c4a7f4b7effc640caf1d54307c78c0c47c3fc093011
+ VERSION=2.14
+ SOURCE_HASH=sha512:c56e2e8d18819e3f5caa46edd4819694a240aeb3524a6f9d9f4465edf65b183d1870bd5d256cdd378d411a52979121369b951406fdf7bf323db5c30001fa1bc4
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://www.digip.org/${SPELL}/releases/${SOURCE}
+ SOURCE_URL[0]=https://github.com/akheron/jansson/archive/refs/tags/v${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.digip.org/jansson/"
LICENSE[0]=MIT
diff --git a/libs/jansson/HISTORY b/libs/jansson/HISTORY
index 19d2e1467b..34fd208858 100644
--- a/libs/jansson/HISTORY
+++ b/libs/jansson/HISTORY
@@ -1,3 +1,7 @@
+2021-09-25 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 2.14
+ * DEPENDS, BUILD, CONFIGURE: use cmake
+
2021-04-02 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 2.13.1