wok diff bozohttpd/receipt @ rev 24192
updated perl-date-manip (6.81 -> 6.86)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:44:57 2021 +0100 (2021-12-31) |
parents | a511baf85854 |
children | 9af0e03b8ad0 |
line diff
1.1 --- a/bozohttpd/receipt Wed Jul 06 10:09:09 2016 +0300 1.2 +++ b/bozohttpd/receipt Fri Dec 31 14:44:57 2021 +0100 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bozohttpd" 1.7 -VERSION="20111118" 1.8 +VERSION="20190228" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Small and secure http version 1.1 server" 1.11 +TAGS="http server lightweight CGI ipv6 ssl" 1.12 +SHORT_DESC="Small and secure http version 1.1 server." 1.13 MAINTAINER="milka@konstelacioj.info" 1.14 LICENSE="BSD" 1.15 WEB_SITE="http://www.eterna.com.au/$PACKAGE/" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" 1.19 -TAGS="http server lightweight CGI ipv6 ssl" 1.20 + 1.21 PROVIDE="lighttpd" 1.22 - 1.23 +SUGGESTED="haserl" 1.24 DEPENDS="openssl" 1.25 BUILD_DEPENDS="openssl-dev" 1.26 -SUGGESTED="haserl" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - make -f Makefile.boot all 1.32 + export LDFLAGS="$LDFLAGS -lrt" # to resolve clock_... 1.33 1.34 + make -f Makefile.boot all && 1.35 cook_pick_manpages bozohttpd.8 1.36 } 1.37 1.38 @@ -28,5 +30,5 @@ 1.39 genpkg_rules() 1.40 { 1.41 mkdir -p $fs/usr/bin 1.42 - cp -a $src/bozohttpd $fs/usr/bin 1.43 + cp -a $src/bozohttpd $fs/usr/bin 1.44 }