wok annotate bozohttpd/receipt @ rev 22885

updated gsl and gsl-dev (2.5 -> 2.6)
author Hans-G?nter Theisgen
date Sat Feb 22 16:56:40 2020 +0100 (2020-02-22)
parents a511baf85854
children 9af0e03b8ad0
rev   line source
milka@1134 1 # SliTaz package receipt.
milka@1134 2
milka@1134 3 PACKAGE="bozohttpd"
Hans-G?nter@22563 4 VERSION="20190228"
milka@1134 5 CATEGORY="network"
Hans-G?nter@22563 6 TAGS="http server lightweight CGI ipv6 ssl"
Hans-G?nter@22563 7 SHORT_DESC="Small and secure http version 1.1 server."
milka@1134 8 MAINTAINER="milka@konstelacioj.info"
pascal@15579 9 LICENSE="BSD"
al@14742 10 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
Hans-G?nter@22563 11
al@14742 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14742 13 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
Hans-G?nter@22563 14
pascal@15182 15 PROVIDE="lighttpd"
Hans-G?nter@22563 16 SUGGESTED="haserl"
milka@1134 17 DEPENDS="openssl"
milka@1134 18 BUILD_DEPENDS="openssl-dev"
milka@1134 19
milka@1134 20 # Rules to configure and make the package.
milka@1134 21 compile_rules()
milka@1134 22 {
Hans-G?nter@22563 23 export LDFLAGS="$LDFLAGS -lrt" # to resolve clock_...
al@19288 24
Hans-G?nter@22563 25 make -f Makefile.boot all &&
al@19288 26 cook_pick_manpages bozohttpd.8
milka@1134 27 }
milka@1134 28
milka@1134 29 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 30 genpkg_rules()
milka@1134 31 {
al@14742 32 mkdir -p $fs/usr/bin
Hans-G?nter@22563 33 cp -a $src/bozohttpd $fs/usr/bin
erjo@1142 34 }