# trafshow P=trafshow-3.1 A=${P}.tgz S=${WORKDIR}/${P} DESCRIPTION="Full screen visualization of the network traffic" SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/"${A} HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml" DEPEND="net-libs/libpcap" src_compile() { try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --enable-ipv6 try make } src_install() { try make install }