mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Start ARM support
This commit is contained in:
parent
eb4f1a52d7
commit
39bb116c85
3 changed files with 8 additions and 5 deletions
|
@ -57,7 +57,8 @@ ynh_app_setting_set "$app" port "$port"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_install_app_dependencies dh-autoreconf \
|
ynh_install_app_dependencies dh-autoreconf \
|
||||||
python-pip python-dev python-lxml python-imaging python-virtualenv
|
python-pip python-dev python-lxml python-imaging python-virtualenv \
|
||||||
|
libxslt-dev libjpeg-dev libxml2-dev
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
@ -102,7 +103,7 @@ ynh_install_nodejs 8
|
||||||
# Install weboob with pip
|
# Install weboob with pip
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
virtualenv "${final_path}/venv"
|
virtualenv --system-site-packages "${final_path}/venv"
|
||||||
(
|
(
|
||||||
set +o nounset
|
set +o nounset
|
||||||
source "${final_path}/venv/bin/activate"
|
source "${final_path}/venv/bin/activate"
|
||||||
|
|
|
@ -77,7 +77,8 @@ chmod 600 "$final_path/config.ini"
|
||||||
|
|
||||||
# Define and install dependencies
|
# Define and install dependencies
|
||||||
ynh_install_app_dependencies dh-autoreconf \
|
ynh_install_app_dependencies dh-autoreconf \
|
||||||
python-pip python-dev python-lxml python-imaging python-virtualenv
|
python-pip python-dev python-lxml python-imaging python-virtualenv \
|
||||||
|
libxslt-dev libjpeg-dev libxml2-dev
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL NODEJS
|
# INSTALL NODEJS
|
||||||
|
|
|
@ -68,7 +68,8 @@ path_url=$(ynh_normalize_url_path $path_url)
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_install_app_dependencies dh-autoreconf \
|
ynh_install_app_dependencies dh-autoreconf \
|
||||||
python-pip python-dev python-lxml python-imaging python-virtualenv
|
python-pip python-dev python-lxml python-imaging python-virtualenv \
|
||||||
|
libxslt-dev libjpeg-dev libxml2-dev
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
@ -111,7 +112,7 @@ ynh_install_nodejs 8
|
||||||
# Install weboob with pip
|
# Install weboob with pip
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
virtualenv "${final_path}/venv"
|
virtualenv --system-site-packages "${final_path}/venv"
|
||||||
(
|
(
|
||||||
set +o nounset
|
set +o nounset
|
||||||
source "${final_path}/venv/bin/activate"
|
source "${final_path}/venv/bin/activate"
|
||||||
|
|
Loading…
Add table
Reference in a new issue