aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-09 23:44:06 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-09 23:44:06 +0800
commita532d5243afe94f41352dffe88eddd0ebd081a57 (patch)
tree817d1b22d4627668952ee25d394544ad483191e0
parentdddaedbbdaaded51cab2c7d0389677045f62c61a (diff)
downloadalicelinux-a532d5243afe94f41352dffe88eddd0ebd081a57.tar.gz
alicelinux-a532d5243afe94f41352dffe88eddd0ebd081a57.zip
yajl: new added
-rw-r--r--repos/xorg/yajl/.files18
-rw-r--r--repos/xorg/yajl/abuild5
2 files changed, 23 insertions, 0 deletions
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