wok-next diff bozohttpd/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents aa1e58c82d61
children
line diff
     1.1 --- a/bozohttpd/receipt	Sat Nov 24 12:56:54 2018 +0200
     1.2 +++ b/bozohttpd/receipt	Sun Sep 27 14:34:31 2020 +0100
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="bozohttpd"
     1.7 -VERSION="20111118"
     1.8 +VERSION="20190228"
     1.9  CATEGORY="network"
    1.10 +TAGS="http server lightweight CGI ipv6 SSL"
    1.11  SHORT_DESC="Small and secure HTTP/1.1 server"
    1.12 -MAINTAINER="devel@slitaz.org"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="BSD"
    1.15  WEB_SITE="http://www.eterna.com.au/bozohttpd/"
    1.16  
    1.17 @@ -13,17 +14,19 @@
    1.18  
    1.19  BUILD_DEPENDS="openssl-dev"
    1.20  
    1.21 -compile_rules() {
    1.22 +compile_rules()
    1.23 +{
    1.24  	make -f Makefile.boot all || return 1
    1.25  
    1.26 -	install -Dm755 bozohttpd $install/usr/bin/bozohttpd
    1.27 -	cook_pick_manpages bozohttpd.8
    1.28 +	install -Dm755 bozohttpd	$install/usr/bin/bozohttpd
    1.29 +	cook_pick_manpages		bozohttpd.8
    1.30  }
    1.31  
    1.32 -genpkg_rules() {
    1.33 +genpkg_rules()
    1.34 +{
    1.35  	copy @std
    1.36 +
    1.37  	DEPENDS="openssl"
    1.38  	PROVIDE="lighttpd"
    1.39  	SUGGESTED="haserl"
    1.40 -	TAGS="http server lightweight CGI ipv6 SSL"
    1.41  }