diff options
| author | Jack Nagel | 2014-07-22 15:09:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-22 15:09:53 -0500 |
| commit | 2206bdc1860496a92a6ecd617ca86d3a699e73d2 (patch) | |
| tree | 2b858b5c9885e68c09107368420aae606d8552a4 | |
| parent | 9c32f8c2df637331ecf013633cb2e0fced142b7a (diff) | |
| download | homebrew-2206bdc1860496a92a6ecd617ca86d3a699e73d2.tar.bz2 | |
snort devel 2.9.7.0 beta
| -rw-r--r-- | Library/Formula/snort.rb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/snort.rb b/Library/Formula/snort.rb index 188ba7556..7b4ba6ce9 100644 --- a/Library/Formula/snort.rb +++ b/Library/Formula/snort.rb @@ -5,14 +5,19 @@ class Snort < Formula url 'https://www.snort.org/downloads/snort/snort-2.9.6.2.tar.gz' sha1 '09068bc88dbb3fe47b2bff5803a7b3ef0c98395b' + devel do + url 'https://www.snort.org/downloads/snortdev/snort-2.9.7.0_beta.tar.gz' + sha1 '723a8cf0f7cb2000145c916fbeacb8cfca92ae77' + end + + fails_with :clang unless build.devel? + depends_on 'daq' depends_on 'libdnet' depends_on 'pcre' option 'enable-debug', "Compile Snort with --enable-debug and --enable-debug-msgs" - fails_with :clang - def install args = %W[--prefix=#{prefix} --disable-dependency-tracking |
