wok view modsecurity-apache/receipt @ rev 21734

updated pwgen (2.06 -> 2.08)
author Hans-G?nter Theisgen
date Thu Jun 13 13:39:28 2019 +0100 (2019-06-13)
parents 4c61a56582ce
children ad8b9ff412d2
line source
1 # SliTaz package receipt.
3 PACKAGE="modsecurity-apache"
4 VERSION="2.9.3"
5 CATEGORY="network"
6 SHORT_DESC="Web application firewall engine."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://www.modsecurity.org/"
11 SOURCE="modsecurity"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}tarball/$VERSION/$TARBALL"
15 DEPENDS="apache apr apr-util curl libssl pcre util-linux-uuid zlib"
16 BUILD_DEPENDS="apache-dev apr-dev apr-util-dev curl-dev libxml2-dev \
17 pcre-dev util-linux-uuid-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure --prefix=/usr $CONFIGURE_ARGS &&
23 make -j 1 &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }