wok-next view bozohttpd/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
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 }