wok diff snort-dev/receipt @ rev 24086
libtorrent needs atomic memory access
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 10 17:20:34 2021 +0000 (2021-07-10) |
parents | a78610b2eb47 |
children | 970deba23db6 |
line diff
1.1 --- a/snort-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/snort-dev/receipt Sat Jul 10 17:20:34 2021 +0000 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="snort-dev" 1.7 -VERSION="2.9.4" 1.8 +VERSION="2.9.16" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Network intrusion prevention and detection system, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://www.snort.org/" 1.14 + 1.15 +DEPENDS="pkg-config snort" 1.16 WANTED="snort" 1.17 1.18 -DEPENDS="snort pkg-config" 1.19 - 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $install/usr/src $fs/usr 1.25 - cp -a $install/usr/lib $fs/usr 1.26 - rm -rf $fs/usr/lib/*/*.so* 1.27 + 1.28 + cp -a $install/usr/src $fs/usr 1.29 + cp -a $install/usr/lib $fs/usr 1.30 + rm -rf $fs/usr/lib/*/*.so* 1.31 }