wok-next view suricata/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 96615f3b1048
children 342b30daff76
line source
1 # SliTaz package receipt v2.
3 PACKAGE="suricata"
4 VERSION="1.1.1"
5 CATEGORY="security"
6 SHORT_DESC="Next Generation Intrusion Detection and Prevention Engine"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.openinfosecfoundation.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL"
14 BUILD_DEPENDS="zlib-dev yaml-dev libnet-dev libpcap-dev libcap-ng-dev libmnl \
15 libnfnetlink-dev libnetfilter_queue-dev libnetfilter_queue libhtp-dev pcre-dev"
17 compile_rules() {
18 rm -f config.h
19 ./configure \
20 --enable-non-bundled-htp \
21 --enable-nfqueue \
22 --enable-af-packet \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="libhtp libcap-ng libpcap libnfnetlink libnetfilter_queue yaml pcre"
32 }