wok annotate bozohttpd/receipt @ rev 15182

bozohttpd, cherokee, hiawatha, nginx: add PROVIDE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 21 18:41:33 2013 +0000 (2013-08-21)
parents 7a526dcd4932
children eb8067417980
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"
al@14742 8 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
al@14742 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14742 10 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
al@14742 11 TAGS="http server lightweight CGI ipv6 ssl"
pascal@15182 12 PROVIDE="lighttpd"
al@14742 13
milka@1134 14 DEPENDS="openssl"
milka@1134 15 BUILD_DEPENDS="openssl-dev"
milka@1134 16 SUGGESTED="haserl"
milka@1134 17
milka@1134 18 # Rules to configure and make the package.
milka@1134 19 compile_rules()
milka@1134 20 {
milka@1134 21 make -f Makefile.boot all
milka@1134 22 }
milka@1134 23
milka@1134 24 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 25 genpkg_rules()
milka@1134 26 {
al@14742 27 mkdir -p $fs/usr/bin
al@14742 28 cp -a $src/bozohttpd $fs/usr/bin
erjo@1142 29 }