wok-next diff novnc/receipt @ rev 21653
updated libfilezilla (0.15.1 -> 0.22.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 21:23:07 2020 +0100 (2020-06-26) |
parents | 2949147cd6ec |
children |
line diff
1.1 --- a/novnc/receipt Thu Sep 27 01:34:11 2018 +0300 1.2 +++ b/novnc/receipt Fri Jun 26 21:23:07 2020 +0100 1.3 @@ -27,13 +27,16 @@ 1.4 1.5 genpkg_rules() { 1.6 copy @std 1.7 + DEPENDS="python-websockify net-tools" 1.8 + SUGGESTED="openssl" 1.9 + TAGS="vnc remote-desktop html5" 1.10 } 1.11 1.12 post_install() { 1.13 which openssl >/dev/null && 1.14 openssl req -new -x509 -keyout "$1/usr/share/novnc/self.pem" \ 1.15 -out "$1/usr/share/novnc/self.pem" -days 3650 -nodes <<EOT 1.16 -$(. "$1/etc/locale.conf" ; echo ${LANG#*_}) 1.17 +$(. "$1/etc/locale.conf"; echo ${LANG#*_}) 1.18 $(cat "$1/etc/TZ") 1.19 1.20 $(cat "$1/etc/hostname") 1.21 @@ -41,7 +44,4 @@ 1.22 1.23 1.24 EOT 1.25 - DEPENDS="python-websockify net-tools" 1.26 - SUGGESTED="openssl" 1.27 - TAGS="vnc remote-desktop html5" 1.28 }