From a532d5243afe94f41352dffe88eddd0ebd081a57 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 9 Jul 2024 23:44:06 +0800 Subject: yajl: new added --- repos/xorg/yajl/.files | 18 ++++++++++++++++++ repos/xorg/yajl/abuild | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 repos/xorg/yajl/.files create mode 100644 repos/xorg/yajl/abuild diff --git a/repos/xorg/yajl/.files b/repos/xorg/yajl/.files new file mode 100644 index 00000000..37b33a76 --- /dev/null +++ b/repos/xorg/yajl/.files @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/json_reformat +-rwxr-xr-x root/root usr/bin/json_verify +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/yajl/ +-rw-r--r-- root/root usr/include/yajl/yajl_common.h +-rw-r--r-- root/root usr/include/yajl/yajl_gen.h +-rw-r--r-- root/root usr/include/yajl/yajl_parse.h +-rw-r--r-- root/root usr/include/yajl/yajl_tree.h +-rw-r--r-- root/root usr/include/yajl/yajl_version.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libyajl.so -> libyajl.so.2 +lrwxrwxrwx root/root usr/lib/libyajl.so.2 -> libyajl.so.2.1.0 +-rwxr-xr-x root/root usr/lib/libyajl.so.2.1.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/yajl.pc diff --git a/repos/xorg/yajl/abuild b/repos/xorg/yajl/abuild new file mode 100644 index 00000000..1c02ceac --- /dev/null +++ b/repos/xorg/yajl/abuild @@ -0,0 +1,5 @@ +name=yajl +version=2.1.0 +release=1 +source="https://github.com/lloyd/$name/archive/refs/tags/$version/$name-$version.tar.gz" +build_type=cmake_build -- cgit v1.2.3