void-packages/srcpkgs/suricata/template
cr6git fba86330bf suricata: fix wrong checksum
Closes: #10422 [via git-merge-pr]
2018-01-04 17:55:28 +01:00

38 lines
1.4 KiB
Bash

# Template file for 'suricata'
pkgname=suricata
version=4.0.3
revision=1
build_style=gnu-configure
configure_args="--disable-gccmarch-native"
hostmakedepends="pkg-config"
makedepends="libnet-devel libpcap-devel pcre-devel libyaml-devel libcap-ng-devel file-devel"
short_desc="Next Generation Intrusion Detection and Prevention Engine"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage="https://suricata-ids.org/"
distfiles="https://www.openinfosecfoundation.org/download/$pkgname-$version.tar.gz
https://rules.emergingthreats.net/open/suricata/emerging.rules.tar.gz"
checksum="81a0bcb10b5c0b00efeafb4aac3ef70bf0e36b060ac6300d867f15f3dbe0e437
554fa5f5e88671fa577d43bcffec52a9f31e055128ccaa829c7438a0fa75c5a0"
system_accounts="$pkgname"
conf_files="/etc/$pkgname/*.* /etc/$pkgname/rules/*"
post_build() {
sed -i 's|#run-as:|run-as:|g' $pkgname.yaml
sed -i "s|# user: suri| user: $pkgname|g" $pkgname.yaml
sed -i "s|# group: suri| group: $pkgname|g" $pkgname.yaml
sed -i "s|#daemon-directory: \"/\"|daemon-directory: \"/var/lib/suricata\"|g" $pkgname.yaml
}
post_install() {
vsv $pkgname
vinstall $pkgname.yaml 644 etc/$pkgname
vinstall classification.config 644 etc/$pkgname
vinstall reference.config 644 etc/$pkgname
vinstall threshold.config 644 etc/$pkgname
vmkdir etc/$pkgname/rules
vcopy rules/*.rules etc/$pkgname/rules
vcopy ../rules/*.rules etc/$pkgname/rules
vlicense ../rules/LICENSE emerging-rules.LICENSE
}