]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/traceproto/traceproto_1.1.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / traceproto / traceproto_1.1.0.bb
1 DESCRIPTION = "Traceproto is a traceroute replacement that allows the user \
2 to specify the protocol and port to trace to. It currently supports TCP, UDP, and ICMP traces."
3 DEPENDS = "libpcap"
4 SECTION = "console/network"
5 MAINTAINER = "Michael 'Mickey' Lauer"
6 LICENSE = "GPL"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/traceproto/traceproto-${PV}.tar.gz"
9
10 inherit autotools
11
12 do_configure() {
13         oe_runconf
14 }
15