Magellan Linux

Contents of /trunk/extras/libpcap/libpcap-1.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17398 - (show annotations) (download)
Tue Jun 11 07:08:44 2013 UTC (11 years ago) by niro
File size: 541 byte(s)
auto added: ver bump to 1.4.0-r1
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:'"