wok annotate bozohttpd/receipt @ rev 19780

liblxqt-dev; update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 22 08:30:33 2017 +0100 (2017-02-22)
parents eb8067417980
children 4fe7e5039acf
rev   line source
milka@1134 1 # SliTaz package receipt.
milka@1134 2
milka@1134 3 PACKAGE="bozohttpd"
samuel_trassare@11867 4 VERSION="20111118"
milka@1134 5 CATEGORY="network"
milka@1134 6 SHORT_DESC="Small and secure http version 1.1 server"
milka@1134 7 MAINTAINER="milka@konstelacioj.info"
pascal@15579 8 LICENSE="BSD"
al@14742 9 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
al@14742 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14742 11 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
al@14742 12 TAGS="http server lightweight CGI ipv6 ssl"
pascal@15182 13 PROVIDE="lighttpd"
al@14742 14
milka@1134 15 DEPENDS="openssl"
milka@1134 16 BUILD_DEPENDS="openssl-dev"
milka@1134 17 SUGGESTED="haserl"
milka@1134 18
milka@1134 19 # Rules to configure and make the package.
milka@1134 20 compile_rules()
milka@1134 21 {
milka@1134 22 make -f Makefile.boot all
al@19288 23
al@19288 24 cook_pick_manpages bozohttpd.8
milka@1134 25 }
milka@1134 26
milka@1134 27 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 28 genpkg_rules()
milka@1134 29 {
al@14742 30 mkdir -p $fs/usr/bin
al@14742 31 cp -a $src/bozohttpd $fs/usr/bin
erjo@1142 32 }