aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-18 18:06:59 -0700
committerAdam Vandenberg2010-04-18 18:06:59 -0700
commitb7e9702cc170b73020903a5d735264005f4b413b (patch)
tree712caffdfff7dbc283a2491528628bcb2ffdfb5f /Library
parent5bd25845204a2a10401bac1cb7b409848cb73857 (diff)
downloadhomebrew-b7e9702cc170b73020903a5d735264005f4b413b.tar.bz2
Retired "libpcap".
This comes with OS X, and no brews currently depend on it. Moved to the duplicates branch.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libpcap.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/libpcap.rb b/Library/Formula/libpcap.rb
deleted file mode 100644
index 9dec0daf1..000000000
--- a/Library/Formula/libpcap.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Libpcap <Formula
- url 'git://github.com/mcr/libpcap.git'
- homepage 'http://www.tcpdump.org/'
- version '1.1-PRE-CVS'
-
- def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--enable-ipv6"
- system "make install"
- end
-end