diff options
| -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 |