wok-next rev 21528
updated bozohttpd (20111118 -> 20190228)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 15:20:45 2020 +0100 (2020-06-19) |
parents | 87b41db6ebdb |
children | 19f79dcb70d2 |
files | bozohttpd/receipt |
line diff
1.1 --- a/bozohttpd/receipt Fri Jun 19 15:06:45 2020 +0100 1.2 +++ b/bozohttpd/receipt Fri Jun 19 15:20:45 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 }