# Description: Network intrusion detection and prevention tool # URL: https://snort.org # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: libdnet daq luajit name=snort version=2.9.14.1 release=1 source=(https://www.snort.org/downloads/${name}/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure --prefix=/usr make make DESTDIR=${PKG} install }