зеркало из https://github.com/mozilla/hubs-ops.git
Add libconfig
This commit is contained in:
Родитель
25ba1d214a
Коммит
6156007921
|
@ -2,7 +2,7 @@ pkg_name=janus-gateway
|
|||
pkg_origin=mozillareality
|
||||
pkg_maintainer="Mozilla Mixed Reality <mixreality@mozilla.com>"
|
||||
|
||||
pkg_version="0.4.3"
|
||||
pkg_version="0.7.3"
|
||||
pkg_license=('GPLv3')
|
||||
pkg_description="Janus is an open source, general purpose, WebRTC gateway"
|
||||
pkg_upstream_url="https://janus.conf.meetecho.com/"
|
||||
|
@ -23,6 +23,7 @@ pkg_build_deps=(
|
|||
core/git
|
||||
mozillareality/gnutls/3.6.9
|
||||
mozillareality/gengetopt/2.23
|
||||
mozillareality/libconfig/1.7.2
|
||||
)
|
||||
|
||||
# versions are pinned for convenience building with Habitat, not because we give a crap about
|
||||
|
@ -72,8 +73,8 @@ do_download() {
|
|||
|
||||
pushd $HAB_CACHE_SRC_PATH
|
||||
|
||||
git-get meetecho/janus-gateway 3c5ad1b125f696a32c85420f31a24eec79b35028
|
||||
git-get mozilla/janus-plugin-sfu 97be0ad45747d5c04f2e10a5b3e74cc997445d89
|
||||
git-get meetecho/janus-gateway e0ad1ff
|
||||
git-get mozilla/janus-plugin-sfu 4e510ed
|
||||
|
||||
popd
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
results/
|
|
@ -0,0 +1,3 @@
|
|||
# Use this file to templatize your application's native configuration files.
|
||||
# See the docs at https://www.habitat.sh/docs/create-packages-configure/.
|
||||
# You can safely delete this file if you don't need it.
|
|
@ -0,0 +1,16 @@
|
|||
pkg_name=libconfig
|
||||
pkg_origin=mozillareality
|
||||
pkg_maintainer="Mozilla Mixed Reality <mixreality@mozilla.com>"
|
||||
|
||||
pkg_version="1.7.2"
|
||||
pkg_license=('BSD')
|
||||
pkg_source="https://hyperrealm.github.io/libconfig/dist/libconfig-${pkg_version}.tar.gz"
|
||||
pkg_filename="${pkg_name}-${pkg_version}.tar.gz"
|
||||
pkg_shasum="7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9"
|
||||
pkg_build_deps=(core/make core/gcc)
|
||||
pkg_bin_dirs=(bin)
|
||||
pkg_include_dirs=(include)
|
||||
pkg_lib_dirs=(lib)
|
||||
pkg_pconfig_dirs=(lib/pkgconfig)
|
||||
pkg_description="Libconfig is a simple library for processing structured configuration files"
|
||||
pkg_upstream_url="https://hyperrealm.github.io/libconfig/"
|
Загрузка…
Ссылка в новой задаче