wok-stable annotate bozohttpd/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 84ec1c40d51b
children
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"
milka@1134 8 DEPENDS="openssl"
milka@1134 9 BUILD_DEPENDS="openssl-dev"
milka@1134 10 SUGGESTED="haserl"
milka@1134 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
milka@1134 12 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
milka@1134 13 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
jozee@3568 14 TAGS="http server lightweight cgi ipv6 ssl"
stanislas@12403 15 PROVIDE="lighttpd"
milka@1134 16
milka@1134 17 # Rules to configure and make the package.
milka@1134 18 compile_rules()
milka@1134 19 {
milka@1134 20 cd $src
milka@1134 21 make -f Makefile.boot all
milka@1134 22 mkdir -p $PWD/_pkg/usr/bin
milka@1134 23 mv bozohttpd $PWD/_pkg/usr/bin/
milka@1134 24 }
milka@1134 25
milka@1134 26 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 27 genpkg_rules()
milka@1134 28 {
erjo@1142 29 mkdir -p $fs/usr
milka@1134 30 cp -a $_pkg/usr/bin $fs/usr
erjo@1142 31 }