wok rev 22563

updated bozohttpd (20111118 -> 20190228)
author Hans-G?nter Theisgen
date Sun Jan 05 14:11:46 2020 +0100 (2020-01-05)
parents fca69926510b
children 03b5eea95a6c
files bozohttpd/receipt
line diff
     1.1 --- a/bozohttpd/receipt	Sun Jan 05 13:47:28 2020 +0100
     1.2 +++ b/bozohttpd/receipt	Sun Jan 05 14:11:46 2020 +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  }