wok-next annotate 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
rev   line source
al@21020 1 # SliTaz package receipt v2.
milka@1134 2
milka@1134 3 PACKAGE="bozohttpd"
Hans-G?nter@21528 4 VERSION="20190228"
milka@1134 5 CATEGORY="network"
Hans-G?nter@21528 6 TAGS="http server lightweight CGI ipv6 SSL"
al@21020 7 SHORT_DESC="Small and secure HTTP/1.1 server"
Hans-G?nter@21528 8 MAINTAINER="maintainer@slitaz.org"
pascal@15579 9 LICENSE="BSD"
al@21020 10 WEB_SITE="http://www.eterna.com.au/bozohttpd/"
al@21020 11
al@14742 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14742 13 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
al@14742 14
milka@1134 15 BUILD_DEPENDS="openssl-dev"
milka@1134 16
Hans-G?nter@21528 17 compile_rules()
Hans-G?nter@21528 18 {
al@21020 19 make -f Makefile.boot all || return 1
al@19288 20
Hans-G?nter@21528 21 install -Dm755 bozohttpd $install/usr/bin/bozohttpd
Hans-G?nter@21528 22 cook_pick_manpages bozohttpd.8
milka@1134 23 }
milka@1134 24
Hans-G?nter@21528 25 genpkg_rules()
Hans-G?nter@21528 26 {
al@21020 27 copy @std
Hans-G?nter@21528 28
al@21020 29 DEPENDS="openssl"
al@21020 30 PROVIDE="lighttpd"
al@21020 31 SUGGESTED="haserl"
erjo@1142 32 }