wok-next view yaws/receipt @ rev 21526

updated bogofilter (1.2.4 -> 1.2.5)
author Hans-G?nter Theisgen
date Fri Jun 19 14:26:31 2020 +0100 (2020-06-19)
parents 757d032c55c7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="yaws"
4 VERSION="1.91"
5 CATEGORY="development"
6 SHORT_DESC="http webserver written in erlang"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://yaws.hyber.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/download/$TARBALL"
14 BUILD_DEPENDS="erlang pam-dev"
16 compile_rules() {
17 cd $src/yaws
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="erlang pam"
26 TAGS="webserver"
27 }