wok-next diff ajaxterm/receipt @ rev 21370

updated minidlna (1.1.4 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Apr 16 09:58:07 2020 +0100 (2020-04-16)
parents 21ab7a6eb192
children
line diff
     1.1 --- a/ajaxterm/receipt	Thu Nov 08 15:34:32 2018 +0200
     1.2 +++ b/ajaxterm/receipt	Thu Apr 16 09:58:07 2020 +0100
     1.3 @@ -8,10 +8,15 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="PublicDomain LGPL"
     1.6  WEB_SITE="https://github.com/antonylesuisse/qweb/tree/master/ajaxterm"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="ajaxterm-$VERSION-$COMMIT.tar.gz"
    1.10  WGET_URL="https://sources.archlinux.org/other/community/ajaxterm/$TARBALL"
    1.11  
    1.12 +DEPENDS_std="python"
    1.13 +SUGGESTED_std="apache lighttpd-ssl lighttpd-modules"
    1.14 +TAGS_std="web application"
    1.15 +
    1.16  compile_rules() {
    1.17  	./configure --prefix=/usr
    1.18  
    1.19 @@ -33,13 +38,6 @@
    1.20  	# the patch were used...
    1.21  }
    1.22  
    1.23 -genpkg_rules() {
    1.24 -	copy @std
    1.25 -	DEPENDS="python"
    1.26 -	SUGGESTED="apache lighttpd-ssl lighttpd-modules"
    1.27 -	TAGS="web application"
    1.28 -}
    1.29 -
    1.30  post_install() {
    1.31  	grep ^RUN_DAEMONS "$1/etc/rcS.conf" | grep -q "ajaxterm" ||
    1.32  	sed -i 's|RUN_DAEMONS="|RUN_DAEMONS="ajaxterm |' "$1/etc/rcS.conf"