wok annotate modsecurity-apache/receipt @ rev 22467

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