wok annotate bozohttpd/receipt @ rev 21464

updated moc (2.5.0 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Apr 30 14:28:03 2019 +0100 (2019-04-30)
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 }