wok-next annotate bozohttpd/receipt @ rev 21072

Update Xorg packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 20 17:55:43 2018 +0200 (2018-12-20)
parents d5aab818505e
children ce0470d0a8b1
rev   line source
al@21020 1 # SliTaz package receipt v2.
milka@1134 2
milka@1134 3 PACKAGE="bozohttpd"
samuel_trassare@11867 4 VERSION="20111118"
milka@1134 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Small and secure HTTP/1.1 server"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="BSD"
al@21020 9 WEB_SITE="http://www.eterna.com.au/bozohttpd/"
al@21020 10
al@14742 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14742 12 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
al@14742 13
milka@1134 14 BUILD_DEPENDS="openssl-dev"
milka@1134 15
al@21020 16 compile_rules() {
al@21020 17 make -f Makefile.boot all || return 1
al@19288 18
al@21020 19 install -Dm755 bozohttpd $install/usr/bin/bozohttpd
al@19288 20 cook_pick_manpages bozohttpd.8
milka@1134 21 }
milka@1134 22
al@21020 23 genpkg_rules() {
al@21020 24 copy @std
al@21020 25 DEPENDS="openssl"
al@21020 26 PROVIDE="lighttpd"
al@21020 27 SUGGESTED="haserl"
al@21044 28 TAGS="http server lightweight CGI ipv6 SSL"
erjo@1142 29 }