wok-next rev 20109

Add some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 29 23:24:57 2017 +0100 (2017-10-29)
parents 58d6577fec38
children 4eb9bdb1d723
files libhtp/receipt sagan-mysql/receipt sagan-pgsql/receipt sagan/receipt strigi/receipt suricata/receipt
line diff
     1.1 --- a/libhtp/receipt	Mon Oct 30 00:16:27 2017 +0200
     1.2 +++ b/libhtp/receipt	Sun Oct 29 23:24:57 2017 +0100
     1.3 @@ -10,6 +10,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL"
     1.6  
     1.7 +BUILD_DEPENDS="zlib-dev"
     1.8 +
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
     2.1 --- a/sagan-mysql/receipt	Mon Oct 30 00:16:27 2017 +0200
     2.2 +++ b/sagan-mysql/receipt	Sun Oct 29 23:24:57 2017 +0100
     2.3 @@ -12,13 +12,13 @@
     2.4  WGET_URL="http://sagan.softwink.com/download/$TARBALL"
     2.5  
     2.6  DEPENDS="libesmtp libpcap libdnet libmysqlclient liblognorm sagan-rules pcre"
     2.7 -BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev mysql-dev liblognorm-dev"
     2.8 +BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev mysql-dev liblognorm-dev \
     2.9 +pcre-dev"
    2.10  PROVIDE="sagan"
    2.11  
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
    2.14  {
    2.15 -	cd $src
    2.16  	./configure $CONFIGURE_ARGS \
    2.17  		--sysconfdir=/etc/sagan \
    2.18  		--disable-postgresql \
     3.1 --- a/sagan-pgsql/receipt	Mon Oct 30 00:16:27 2017 +0200
     3.2 +++ b/sagan-pgsql/receipt	Sun Oct 29 23:24:57 2017 +0100
     3.3 @@ -12,7 +12,8 @@
     3.4  WGET_URL="http://sagan.softwink.com/download/$TARBALL"
     3.5  
     3.6  DEPENDS="libesmtp libpcap libdnet libpostgresqlclient liblognorm sagan-rules"
     3.7 -BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev postgresql-dev liblognorm-dev"
     3.8 +BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev postgresql-dev \
     3.9 +liblognorm-dev pcre-dev"
    3.10  PROVIDE="sagan"
    3.11  
    3.12  # Rules to configure and make the package.
     4.1 --- a/sagan/receipt	Mon Oct 30 00:16:27 2017 +0200
     4.2 +++ b/sagan/receipt	Sun Oct 29 23:24:57 2017 +0100
     4.3 @@ -11,12 +11,11 @@
     4.4  WGET_URL="http://sagan.softwink.com/download/$TARBALL"
     4.5  
     4.6  DEPENDS="libesmtp libpcap libdnet liblognorm sagan-rules pcre"
     4.7 -BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev liblognorm-dev"
     4.8 +BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev liblognorm-dev pcre-dev"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
    4.12  {
    4.13 -	cd $src
    4.14  	./configure $CONFIGURE_ARGS \
    4.15  		--sysconfdir=/etc/sagan \
    4.16  		--disable-mysql \
     5.1 --- a/strigi/receipt	Mon Oct 30 00:16:27 2017 +0200
     5.2 +++ b/strigi/receipt	Sun Oct 29 23:24:57 2017 +0100
     5.3 @@ -13,12 +13,11 @@
     5.4  
     5.5  DEPENDS="libxml2 expat sqlite3 dbus libQtDBus libQtXml libQtCore"
     5.6  BUILD_DEPENDS="$DEPENDS libxml2-dev cmake Qt4-dev bzlib expat-dev sqlite3-dev \
     5.7 -dbus-dev libQtCore libQtDBus qmake bzip2-dev"
     5.8 +dbus-dev libQtCore libQtDBus qmake bzip2-dev xorg-libX11-dev"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
    5.12  {
    5.13 -	cd $src
    5.14  	mkdir -p build && cd build
    5.15  	cmake \
    5.16  		-DCMAKE_INSTALL_PREFIX=/usr \
     6.1 --- a/suricata/receipt	Mon Oct 30 00:16:27 2017 +0200
     6.2 +++ b/suricata/receipt	Sun Oct 29 23:24:57 2017 +0100
     6.3 @@ -12,12 +12,11 @@
     6.4  
     6.5  DEPENDS="libhtp libcap-ng libpcap libnfnetlink libnetfilter_queue yaml pcre"
     6.6  BUILD_DEPENDS="zlib-dev yaml-dev libnet-dev libpcap-dev libcap-ng-dev libmnl \
     6.7 - libnfnetlink-dev libnetfilter_queue-dev libnetfilter_queue libhtp-dev"
     6.8 +libnfnetlink-dev libnetfilter_queue-dev libnetfilter_queue libhtp-dev pcre-dev"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()
    6.12  {
    6.13 -	cd $src
    6.14  	rm -f config.h
    6.15  	./configure $CONFIGURE_ARGS \
    6.16  		--enable-non-bundled-htp \