2020-10-17 20:58:53 +00:00
|
|
|
PACKAGES="fuse3 libwebsockets jansson gtest webfuse"
|
2020-10-14 17:32:02 +00:00
|
|
|
|
2020-10-17 21:02:29 +00:00
|
|
|
fuse3_VERSION=3.10.0
|
2020-10-17 20:58:53 +00:00
|
|
|
fuse3_URL=https://github.com/libfuse/libfuse/archive/fuse-${fuse3_VERSION}.tar.gz
|
|
|
|
fuse3_MD5=22aec9bc9008eea6b17e203653d1b938
|
|
|
|
fuse3_DIR=libfuse-fuse-${fuse3_VERSION}
|
|
|
|
fuse3_TYPE=meson
|
2020-10-14 17:32:02 +00:00
|
|
|
|
2020-10-17 20:58:53 +00:00
|
|
|
libwebsockets_VERSION=4.1.3
|
|
|
|
libwebsockets_URL=https://github.com/warmcat/libwebsockets/archive/v${libwebsockets_VERSION}.tar.gz
|
|
|
|
libwebsockets_MD5=413cbe790ccb089001f53b2ee167b9c2
|
|
|
|
libwebsockets_DIR=libwebsockets-${libwebsockets_VERSION}
|
|
|
|
libwebsockets_TYPE=cmake
|
2020-10-14 17:32:02 +00:00
|
|
|
|
2020-10-14 20:14:27 +00:00
|
|
|
jansson_VERSION=2.13.1
|
2020-10-14 17:32:02 +00:00
|
|
|
jansson_URL=https://github.com/akheron/jansson/archive/v${jansson_VERSION}.tar.gz
|
2020-10-14 20:14:27 +00:00
|
|
|
jansson_MD5=3d589a62053874893715453a46a32a0e
|
2020-10-14 17:32:02 +00:00
|
|
|
jansson_DIR=jansson-${jansson_VERSION}
|
|
|
|
jansson_TYPE=cmake
|
2020-10-14 19:25:22 +00:00
|
|
|
|
|
|
|
gtest_VERSION=1.10.0
|
2020-10-14 19:48:57 +00:00
|
|
|
gtest_URL=https://github.com/google/googletest/archive/release-${gtest_VERSION}.tar.gz
|
2020-10-14 20:00:30 +00:00
|
|
|
gtest_MD5=ecd1fa65e7de707cd5c00bdac56022cd
|
2020-10-14 19:48:57 +00:00
|
|
|
gtest_DIR=googletest-release-${gtest_VERSION}
|
2020-10-14 19:25:22 +00:00
|
|
|
gtest_TYPE=cmake
|
|
|
|
|
2020-10-17 20:56:51 +00:00
|
|
|
webfuse_VERSION=0.5.1
|
2020-10-14 19:25:22 +00:00
|
|
|
webfuse_URL=https://github.com/falk-werner/webfuse/archive/v${webfuse_VERSION}.tar.gz
|
2020-10-17 20:56:51 +00:00
|
|
|
webfuse_MD5=a2e0e9d24cf7bc2d2273b5c64788adca
|
2020-10-14 19:25:22 +00:00
|
|
|
webfuse_DIR=webfuse-${webfuse_VERSION}
|
|
|
|
webfuse_TYPE=meson
|