wok annotate bozohttpd/receipt @ rev 14742

Normalize LICENSE and some TAGS and CATEGORY.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 14 12:25:09 2013 +0000 (2013-06-14)
parents 84ec1c40d51b
children 92c944abb6f5
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"
al@14742 12
milka@1134 13 DEPENDS="openssl"
milka@1134 14 BUILD_DEPENDS="openssl-dev"
milka@1134 15 SUGGESTED="haserl"
milka@1134 16
milka@1134 17 # Rules to configure and make the package.
milka@1134 18 compile_rules()
milka@1134 19 {
milka@1134 20 make -f Makefile.boot all
milka@1134 21 }
milka@1134 22
milka@1134 23 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 24 genpkg_rules()
milka@1134 25 {
al@14742 26 mkdir -p $fs/usr/bin
al@14742 27 cp -a $src/bozohttpd $fs/usr/bin
erjo@1142 28 }