new package: tcptrace (#6993)

Also added missing deps for libpcap: bison and flex
This commit is contained in:
sknigh
2018-03-09 10:46:57 -08:00
committed by scheibelp
parent 1eeb918f0d
commit 9d3d7d3216
3 changed files with 99 additions and 0 deletions

View File

@@ -32,3 +32,6 @@ class Libpcap(AutotoolsPackage):
url = "http://www.tcpdump.org/release/libpcap-1.8.1.tar.gz"
version('1.8.1', '3d48f9cd171ff12b0efd9134b52f1447')
depends_on('flex', type='build')
depends_on('bison', type='build')