Suggested by Thomas:
http://lists.busybox.net/pipermail/buildroot/2014-October/107727.html
[Thomas: minor formatting improvements]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
server designed for small sites with just a few active
newsgroups.
+ Leafnode-2 needs inetd, check chapter 14 of the documentation at
+ http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt
+
+ For example, you can add this line to inetd.conf:
+ nntp stream tcp nowait news /usr/sbin/leafnode
+
http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/
LEAFNODE2_PRE_BUILD_HOOKS += LEAFNODE2_BUILD_SORTNL_TOOL
+define LEAFNODE2_USERS
+ news -1 news -1 * - - - Leafnode2 daemon
+endef
+
$(eval $(autotools-package))