wok-next view bozohttpd/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents aa1e58c82d61
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bozohttpd"
4 VERSION="20190228"
5 CATEGORY="network"
6 TAGS="http server lightweight CGI ipv6 SSL"
7 SHORT_DESC="Small and secure HTTP/1.1 server"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="http://www.eterna.com.au/bozohttpd/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="openssl-dev"
17 compile_rules()
18 {
19 make -f Makefile.boot all || return 1
21 install -Dm755 bozohttpd $install/usr/bin/bozohttpd
22 cook_pick_manpages bozohttpd.8
23 }
25 genpkg_rules()
26 {
27 copy @std
29 DEPENDS="openssl"
30 PROVIDE="lighttpd"
31 SUGGESTED="haserl"
32 }