Magellan Linux

Contents of /branches/R11-stable/extras/libpcap/libpcap-1.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17972 - (show annotations) (download)
Thu Jun 27 06:39:00 2013 UTC (10 years, 11 months ago) by niro
File size: 541 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libpcap"
4 PVER="1.4.0"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="A system-independent interface for user-level packet capture."
10 HOMEPAGE="http://www.tcpdump.org/"
11
12 DEPEND=">= dev-libs/libnl-1.1"
13 SDEPEND=">= sys-dev/flex-2.5.35"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19 msetfeature "!check"
20
21 SRC_URI=(
22 http://www.tcpdump.org/release/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | grep -A3 -i 'latest' | grep 'Version:' | sed 's:.*/\ \(.*\):\1:'"