diff --git a/jansson/.footprint b/jansson/.footprint new file mode 100644 index 00000000..7d7d0f71 --- /dev/null +++ b/jansson/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/jansson.h +-rw-r--r-- root/root usr/include/jansson_config.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libjansson.a +-rwxr-xr-x root/root usr/lib/libjansson.la +lrwxrwxrwx root/root usr/lib/libjansson.so -> libjansson.so.4.14.0 +lrwxrwxrwx root/root usr/lib/libjansson.so.4 -> libjansson.so.4.14.0 +-rwxr-xr-x root/root usr/lib/libjansson.so.4.14.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/jansson.pc diff --git a/jansson/.signature b/jansson/.signature new file mode 100644 index 00000000..88d42aaa --- /dev/null +++ b/jansson/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/core.pub +RWRJc1FUaeVeqsiJKRHVfPF1D0H+Xe//MN4BiF8QhlBvGtsXf6KB/66FwXHHMPU+4yHFfuA2jKJyj2AObX1kgjTsPqqItC26aQg= +SHA256 (Pkgfile) = a66e0b20c0014854879d54799157b5715d70409f5f71995b4b8bbb5c451ccd53 +SHA256 (.footprint) = 9423354c7e253916d705194ba4ca5ab182c9e9ca785bdac6fa81f46c1d386542 +SHA256 (jansson-2.14.tar.bz2) = fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9 diff --git a/jansson/Pkgfile b/jansson/Pkgfile new file mode 100644 index 00000000..10b836c2 --- /dev/null +++ b/jansson/Pkgfile @@ -0,0 +1,16 @@ +# Description: C library for encoding, decoding and manipulating JSON data. +# URL: https://www.digip.org/jansson/ +# Maintainer: CRUX System Team, core-ports at crux dot nu + +name=jansson +version=2.14 +release=1 +source=(https://github.com/akheron/jansson/releases/download/v$version/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +}