wok annotate bozohttpd/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 92c944abb6f5
children a511baf85854
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
milka@1134 23 }
milka@1134 24
milka@1134 25 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 26 genpkg_rules()
milka@1134 27 {
al@14742 28 mkdir -p $fs/usr/bin
al@14742 29 cp -a $src/bozohttpd $fs/usr/bin
erjo@1142 30 }