xref: /aosp_15_r20/external/scapy/.travis/pylibpcap.rb (revision 7dc08ffc4802948ccbc861daaf1e81c405c2c4bd)
1*7dc08ffcSJunyu Laiclass Pylibpcap <Formula
2*7dc08ffcSJunyu Lai  url "http://downloads.sourceforge.net/project/pylibpcap/pylibpcap/0.6.4/pylibpcap-0.6.4.tar.gz"
3*7dc08ffcSJunyu Lai  homepage "http://pylibpcap.sourceforge.net/"
4*7dc08ffcSJunyu Lai  sha256 "cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1"
5*7dc08ffcSJunyu Lai
6*7dc08ffcSJunyu Lai  def install
7*7dc08ffcSJunyu Lai    system "python", *Language::Python.setup_install_args(prefix)
8*7dc08ffcSJunyu Lai  end
9*7dc08ffcSJunyu Laiend
10*7dc08ffcSJunyu Lai
11