wok-next diff modsecurity-apache/receipt @ rev 21226

updated chocolate-doom (1.4.0 -> 3.0.0)
author Hans-G?nter Theisgen
date Tue Dec 03 16:21:36 2019 +0100 (2019-12-03)
parents d5aab818505e
children
line diff
     1.1 --- a/modsecurity-apache/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/modsecurity-apache/receipt	Tue Dec 03 16:21:36 2019 +0100
     1.3 @@ -13,6 +13,7 @@
     1.4  
     1.5  BUILD_DEPENDS="apache-dev apr-dev apr-util-dev pcre-dev libxml2-dev \
     1.6  util-linux-uuid-dev curl-dev"
     1.7 +DEPENDS="apr apr-util libcurl libpcre libxml2 perl   apache"
     1.8  
     1.9  compile_rules() {
    1.10  	./configure $CONFIGURE_ARGS &&
    1.11 @@ -20,8 +21,3 @@
    1.12  	make &&
    1.13  	make DESTDIR=$install install
    1.14  }
    1.15 -
    1.16 -genpkg_rules() {
    1.17 -	copy @std
    1.18 -	DEPENDS="apr apr-util libcurl libpcre libxml2 perl   apache"
    1.19 -}