diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:44:06 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:44:06 +0800 |
| commit | a532d5243afe94f41352dffe88eddd0ebd081a57 (patch) | |
| tree | 817d1b22d4627668952ee25d394544ad483191e0 | |
| parent | dddaedbbdaaded51cab2c7d0389677045f62c61a (diff) | |
| download | alicelinux-a532d5243afe94f41352dffe88eddd0ebd081a57.tar.gz alicelinux-a532d5243afe94f41352dffe88eddd0ebd081a57.zip | |
yajl: new added
| -rw-r--r-- | repos/xorg/yajl/.files | 18 | ||||
| -rw-r--r-- | repos/xorg/yajl/abuild | 5 |
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 |