New ebuild for net-analyzer/yaph. Reproducible: Always
Created attachment 167125 [details] yaph-0.91.ebuild
Created attachment 167126 [details, diff] init.c patch
Created attachment 167127 [details] tcp_utils.c patch
Some comments on the ebuild: -HOMEPAGE should begin with http:// -in SRC_URI, you can use ${PN} -LICENSE is invalid, probably GPL-2? -you can drop empty DEPEND and RDEPEND -cd "${S}/" <<< you dont need the / here -pwd in the following line can be dropped
Created attachment 167241 [details] Updated ebuild Suggestions implemented. Thanks!
Looks ok to me now. For better readability, you could have used tabs like: src_unpack() { unpack ${A} ... }